Skip to content

Commit a5b05a1

Browse files
Bump io.jsonwebtoken:jjwt-api from 0.12.6 to 0.12.7
Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.6 to 0.12.7. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.6...0.12.7) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cafdfb7 commit a5b05a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example-21-jwt/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dependencies {
1919
implementation 'org.webjars:bootstrap:5.3.7'
2020
implementation 'org.webjars:js-cookie:3.0.1'
2121

22-
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
23-
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
24-
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
22+
implementation 'io.jsonwebtoken:jjwt-api:0.12.7'
23+
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7'
24+
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7'
2525

2626
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2727
testImplementation 'org.springframework.security:spring-security-test'

0 commit comments

Comments
 (0)