From 68b6117b77218e44d32db9f4117c4dbaad97d49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 23:14:44 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.5.1 to 4.5.2 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/java-jwt/compare/4.5.1...4.5.2) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reference-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-app/build.gradle.kts b/reference-app/build.gradle.kts index 9864877..eda64bd 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.58.0") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")