From ff41e4eb28449ae2e6a64b7cfad441d6adb8df5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:43:10 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.5.0 to 4.5.2 in /wiremock Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.0 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.0...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] --- wiremock/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiremock/build.gradle b/wiremock/build.gradle index 94df3ca209..72ca2a30aa 100644 --- a/wiremock/build.gradle +++ b/wiremock/build.gradle @@ -7,7 +7,7 @@ repositories { dependencies { implementation "org.wiremock:wiremock:3.13.2" implementation "org.json:json:20250517" - implementation "com.auth0:java-jwt:4.5.0" + implementation "com.auth0:java-jwt:4.5.2" implementation "org.slf4j:slf4j-simple:2.0.17" }