From 536c4663abc6e0089ded79efd098fc6dafe98954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:02:56 +0000 Subject: [PATCH] chore(deps): bump com.auth0:java-jwt from 4.5.0 to 4.5.1 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4833104d..80d05a34 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp" implementation "com.fasterxml.jackson.core:jackson-databind:2.17.1" - testImplementation 'com.auth0:java-jwt:4.5.0' + testImplementation 'com.auth0:java-jwt:4.5.1' testImplementation 'commons-io:commons-io:2.21.0' testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'org.mockito:mockito-core:4.11.0'