From feeb2c0137dac5564fafac38392e51921cfcadd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:00:53 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.4.0 to 4.5.0 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.4.0 to 4.5.0. - [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.4.0...4.5.0) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6920c47f..66e972ba 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' // Jwt - implementation 'com.auth0:java-jwt:4.4.0' + implementation 'com.auth0:java-jwt:4.5.0' } task buildJar(type: Jar) {