From 19f2ca33e6169c94c4b8f6cd4dfec39fbb88e949 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 May 2022 21:54:49 +0000 Subject: [PATCH] chore(deps): update dependency com.auth0:java-jwt to v3.19.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 251c7eb..693db63 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.2" implementation "khttp:khttp:1.0.0" //environment variables