Skip to content

Commit 7410588

Browse files
Bump io.jsonwebtoken:jjwt-api from 0.11.5 to 0.12.5
Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.11.5 to 0.12.5. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.11.5...0.12.5) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834a2c5 commit 7410588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("me.paulschwarz:spring-dotenv:3.0.0")
4646

4747
// -- JWT
48-
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
48+
implementation("io.jsonwebtoken:jjwt-api:0.12.5")
4949
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
5050
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
5151

0 commit comments

Comments
 (0)