From 39b6e189408c0903cd9bf3cf935babaf141c68cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 05:15:47 +0000 Subject: [PATCH] Bump java-jwt from 3.9.0 to 3.10.2 in /modules/games Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.9.0 to 3.10.2. - [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.2) 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..bc4b8ff 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.2' testCompile 'junit:junit' } \ No newline at end of file