Skip to content

Commit

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

Bump io.jsonwebtoken:jjwt-api from 0.12.5 to 0.12.6
  • Loading branch information
mergify[bot] authored Jun 24, 2024
2 parents e71c08d + 3c1f2a9 commit a4459ef
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 @@ -19,7 +19,7 @@ dependencies {
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars:js-cookie:3.0.1'

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

Expand Down

0 comments on commit a4459ef

Please sign in to comment.