From b65947d47718c0351faa25c4c5f02bd621837d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 22:12:53 +0000 Subject: [PATCH] Bump java-jwt from 3.7.0 to 3.8.1 Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.7.0 to 3.8.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.7.0...3.8.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ebdc33..29a11db 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.8.1' // 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'