From 2831838d9c19a8aed68058afbc467dcfc27e530a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 05:03:50 +0000 Subject: [PATCH] Bump java-jwt from 3.9.0 to 3.11.0 in /modules/games Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.9.0 to 3.11.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.9.0...3.11.0) 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..ee7ce46 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.11.0' testCompile 'junit:junit' } \ No newline at end of file