From 8d3c35711d580a7c635243cd5f63ba14585b1ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 14:03:02 +0000 Subject: [PATCH] Bump java-jwt from 3.19.2 to 4.0.0 Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.19.2 to 4.0.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.19.2...4.0.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 6216db5..6c03e47 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ dependencies { compile 'com.squareup.okhttp:okhttp:2.7.5' compile 'com.squareup.okhttp:logging-interceptor:2.7.5' compile 'com.google.code.gson:gson:2.9.0' - compile ('com.auth0:java-jwt:3.19.2'){ + compile ('com.auth0:java-jwt:4.0.0'){ exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } compile 'com.fasterxml.jackson.core:jackson-databind:2.13.3'