From 9f0e66c004b983cfb6ac230b7e1769dbdbc5b448 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 17:14:16 +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 acd3e81..934666f 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.12.1" + implementation "com.auth0:java-jwt:3.18.3" implementation "khttp:khttp:1.0.0" //environment variables