From a44b83345e96f68e611fcfa737f7c7b0c07b2ec8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 19:36:10 +0000 Subject: [PATCH] chore(deps): update dependency com.auth0:java-jwt to v3.19.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 251c7eb..9f392ef 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.19.1" implementation "khttp:khttp:1.0.0" //environment variables