Skip to content

Commit

Permalink
Merge pull request #155 from vrudas/dependabot/gradle/io.jsonwebtoken…
Browse files Browse the repository at this point in the history
…-jjwt-jackson-0.12.5

Bump io.jsonwebtoken:jjwt-jackson from 0.12.4 to 0.12.5
  • Loading branch information
mergify[bot] authored Feb 1, 2024
2 parents aeded66 + bcdd8b5 commit b5e38ec
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.5'
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 b5e38ec

Please sign in to comment.