From b7689c8122c32561bb85091fc97a3ff3c5901c4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:04:43 +0000 Subject: [PATCH] fix(deps): update dependency com.auth0:java-jwt to v4.2.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7f196da..31f8644 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ cliktVersion = 3.5.0 bouncycastleVersion = 1.70 jupiterVersion = 5.9.1 commonsIoVersion = 2.11.0 -auth0JwtVersion = 4.2.0 +auth0JwtVersion = 4.2.1 slf4jVersion=2.0.3 kotlinVersion=1.6.10