From fdd7eb9cf5dbcda9f9e8e5aced48c7874da5b641 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 04:56:45 +0000 Subject: [PATCH] Bump java-jwt from 3.9.0 to 3.12.0 in /modules/games Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.9.0 to 3.12.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.12.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..33c9c6a 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.12.0' testCompile 'junit:junit' } \ No newline at end of file