From 561586a19d738bc778bd7144a96a0ca7b69c58d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 19:22:12 +0000 Subject: [PATCH] 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b90a5a9..a3242cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { implementation("commons-io:commons-io:2.21.0") - implementation("com.auth0:java-jwt:4.5.0") + implementation("com.auth0:java-jwt:4.5.1") implementation("com.google.code.gson:gson:2.13.2") implementation("org.json:json:20251224") testImplementation(platform("org.junit:junit-bom:6.0.3"))