Skip to content

Commit

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

Bump io.jsonwebtoken:jjwt-jackson from 0.12.3 to 0.12.4
  • Loading branch information
mergify[bot] authored Jan 29, 2024
2 parents 24178b8 + 5a3d80b commit e560825
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.3'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.4'

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

0 comments on commit e560825

Please sign in to comment.