From 3ee41beadffa3119071b4e4447c6c513aebc34e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 05:46:41 +0000 Subject: [PATCH] Bump java-jwt from 3.9.0 to 3.10.3 in /modules/games Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.9.0 to 3.10.3. - [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.9.0...3.10.3) Signed-off-by: dependabot-preview[bot] --- modules/games/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/games/build.gradle b/modules/games/build.gradle index ecfae3a..d302908 100644 --- a/modules/games/build.gradle +++ b/modules/games/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-amqp' // JWT - implementation 'com.auth0:java-jwt:3.9.0' + implementation 'com.auth0:java-jwt:3.10.3' testCompile 'junit:junit' } \ No newline at end of file