Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 4a7fa14 commit 344a979
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 @@ -37,7 +37,7 @@ dependencies {
testImplementation("org.springframework.security:spring-security-test")
// JWT implementation
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.2")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
// HRV-Mart dependencies
implementation("com.hrv.mart:product:0.0.6")
Expand Down

0 comments on commit 344a979

Please sign in to comment.