From 09fe91d9d521473107efbd7e138cb22297cd337a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 09:53:19 +0000 Subject: [PATCH] chore(deps): update dependency com.auth0:java-jwt to v3.18.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 251c7eb..fa0cb93 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation "io.ktor:ktor-auth-jwt:$ktor_version" implementation "com.github.papsign:Ktor-OpenAPI-Generator:-SNAPSHOT" implementation "org.mindrot:jbcrypt:0.4" - implementation "com.auth0:java-jwt:3.13.0" + implementation "com.auth0:java-jwt:3.18.3" implementation "khttp:khttp:1.0.0" //environment variables