From 78e9af0025f408712d9c4fb8e9a0055ad2e12aa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:51:49 +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 47500346..39bb4d30 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20250107' // https://mvnrepository.com/artifact/com.auth0/java-jwt - implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0' + implementation group: 'com.auth0', name: 'java-jwt', version: '4.5.0' // compile instead of testCompile because the web service uses it implementation junitDependency