From bcdd8b589ce58694744ff36a174df1674e16d005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:14:30 +0000 Subject: [PATCH] Bump io.jsonwebtoken:jjwt-jackson from 0.12.4 to 0.12.5 Bumps io.jsonwebtoken:jjwt-jackson from 0.12.4 to 0.12.5. --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example-21-jwt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-21-jwt/build.gradle b/example-21-jwt/build.gradle index 65d70e1..e2cddf4 100644 --- a/example-21-jwt/build.gradle +++ b/example-21-jwt/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'io.jsonwebtoken:jjwt-api:0.12.4' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.5' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.4' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.5' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test'