Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt-jackson from 0.12.4 to 0.12.5
Browse files Browse the repository at this point in the history
Bumps io.jsonwebtoken:jjwt-jackson from 0.12.4 to 0.12.5.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent e560825 commit 02fb234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-21-jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {

implementation 'io.jsonwebtoken:jjwt-api:0.12.4'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.4'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.4'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
Expand Down

0 comments on commit 02fb234

Please sign in to comment.