Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt-impl from 0.11.5 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.11.5 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.11.5...0.12.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent d07be83 commit 7e3a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'org.mongodb:mongodb-driver-kotlin-coroutine:4.11.0'
implementation 'com.google.firebase:firebase-admin:9.2.0'
implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
implementation 'io.jsonwebtoken:jjwt-impl:0.12.5'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'
runtimeOnly 'org.postgresql:postgresql'
runtimeOnly 'org.webjars:webjars-locator:0.47'
Expand Down

0 comments on commit 7e3a68d

Please sign in to comment.