From 7d094bbd2514dc69608469a32b0ec443eb73945f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:36:03 +0000 Subject: [PATCH] build(deps): bump com.auth0:java-jwt from 4.4.0 to 4.5.0 in /backend 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] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 2de9bfe..459f7d0 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.guava:guava:23.0' implementation 'com.google.auth:google-auth-library-oauth2-http:0.26.0' - implementation 'com.auth0:java-jwt:4.4.0' + implementation 'com.auth0:java-jwt:4.5.0' implementation 'com.google.inject:guice:6.0.0' implementation 'com.google.inject.extensions:guice-servlet:6.0.0' implementation 'com.google.code.gson:gson:2.10.1'