From 38a38c8978f6a97ba6fc375b7126d986dcb6b58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 00:44:00 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.5.0 to 4.5.1 in /wiremock Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.0 to 4.5.1. - [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.1) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.5.1 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..4022f23f85 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.1" implementation "org.slf4j:slf4j-simple:2.0.17" }