diff --git a/reference-app/build.gradle.kts b/reference-app/build.gradle.kts index 593a812..20a007c 100644 --- a/reference-app/build.gradle.kts +++ b/reference-app/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("sh.ory.hydra:hydra-client:26.2.0") testImplementation("com.ardetrick.testcontainers:testcontainers-ory-hydra:0.0.5") - testImplementation("com.auth0:java-jwt:4.5.1") + testImplementation("com.auth0:java-jwt:4.5.2") testImplementation("com.microsoft.playwright:playwright:1.59.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")