diff --git a/reference-app/build.gradle.kts b/reference-app/build.gradle.kts index b6c123c..a759e1c 100644 --- a/reference-app/build.gradle.kts +++ b/reference-app/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation("sh.ory.hydra:hydra-client:2.2.1") testImplementation("com.ardetrick.testcontainers:testcontainers-ory-hydra:0.0.1") - testImplementation("com.auth0:java-jwt:4.4.0") + testImplementation("com.auth0:java-jwt:4.5.0") testImplementation("com.microsoft.playwright:playwright:1.50.0") testImplementation("org.springframework.boot:spring-boot-starter-test") }