From 0b956a9c68d0efde5c1ade759a550b55466cdba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:42:38 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 3.18.1 to 4.4.0 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 3.18.1 to 4.4.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/3.18.1...4.4.0) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 53b0c4bc..7f113720 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation 'org.eclipse.jetty:jetty-servlet:9.4.3.v20170317' // https://github.com/auth0/java-jwt - implementation 'com.auth0:java-jwt:3.18.1' + implementation 'com.auth0:java-jwt:4.4.0' // https://commons.apache.org/proper/commons-text/dependency-info.html implementation 'org.apache.commons:commons-text:1.9'