From 740173d734c963a94af5f4eecf2e083d183d272f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:12:51 +0000 Subject: [PATCH] Bump java-jwt from 3.7.0 to 3.15.0 Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.7.0 to 3.15.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.7.0...3.15.0) 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 1ebdc33..f4a9550 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'junit:junit:4.12' implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.0' implementation 'com.google.cloud:google-cloud-datastore:1.56.0' - implementation 'com.auth0:java-jwt:3.7.0' + implementation 'com.auth0:java-jwt:3.15.0' // https://mvnrepository.com/artifact/com.googlecode.objectify/objectify implementation group: 'com.googlecode.objectify', name: 'objectify', version: '6.0.2' implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.4.14.v20181114'