Skip to content

Commit b5dcea9

Browse files
Bump io.jsonwebtoken:jjwt-jackson from 0.11.5 to 0.12.5 (#481)
Bumps io.jsonwebtoken:jjwt-jackson from 0.11.5 to 0.12.5. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 11a7048 commit b5dcea9

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
@@ -47,7 +47,7 @@ dependencies {
4747
// -- JWT
4848
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
4949
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
50-
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
50+
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.5")
5151

5252
// -- Tracing
5353
implementation("com.datadoghq:dd-trace-api:1.29.0")

0 commit comments

Comments
 (0)