From a4828c989f5132292018a667b860f0ae476b2f98 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 06:27:47 +0000 Subject: [PATCH] Bump java-jwt from 3.12.0 to 3.12.1 Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.12.0 to 3.12.1. - [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.12.0...3.12.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30ee9fa..13378ba 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,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.8.6' - compile ('com.auth0:java-jwt:3.12.0'){ + compile ('com.auth0:java-jwt:3.12.1'){ exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' } compile 'com.fasterxml.jackson.core:jackson-databind:2.12.1'