diff --git a/build.gradle.kts b/build.gradle.kts index be3e9fc..57d8e78 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,9 +42,9 @@ dependencies { annotationProcessor("org.springframework.boot:spring-boot-configuration-processor") // JWT - api scope exposes Claims, JwtException to consumers - api("io.jsonwebtoken:jjwt-api:0.12.6") - runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6") - runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6") + api("io.jsonwebtoken:jjwt-api:0.13.0") + runtimeOnly("io.jsonwebtoken:jjwt-impl:0.13.0") + runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.13.0") // Cache (for token blacklist) implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")