From d991d8c374b0d764632ad8c3f5c36c683f71b848 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Mar 2021 17:10:55 +0000 Subject: [PATCH] chore(deps): update dependency com.auth0:java-jwt to v3.14.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index acd3e81..0bec5a5 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.14.0" implementation "khttp:khttp:1.0.0" //environment variables