Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt-impl from 0.12.4 to 0.12.5
Browse files Browse the repository at this point in the history
Bumps [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](jwtk/jjwt@0.12.4...0.12.5)

---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 53d9d39 commit 9635678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springframework.data:spring-data-jpa")

implementation("io.jsonwebtoken:jjwt-impl:0.12.4")
implementation("io.jsonwebtoken:jjwt-impl:0.12.5")
implementation("io.jsonwebtoken:jjwt-jackson:0.12.4")

implementation("org.opensearch.client:spring-data-opensearch-starter:1.3.0")
Expand Down

0 comments on commit 9635678

Please sign in to comment.