From b1a837c3dca077d36c55b9c334235edba69f5d6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:53:03 +0000 Subject: [PATCH] Bump java-jwt from 3.9.0 to 3.16.0 in /modules/games Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.9.0 to 3.16.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.16.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..1406470 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.16.0' testCompile 'junit:junit' } \ No newline at end of file