From 68b67cbd8c0cfc2e6adafec73ef63ec3d9a2abbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 20:39:11 +0000 Subject: [PATCH] Update dependency com.auth0:java-jwt to v4.4.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f48f21c..b31b55b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { val junitVersion = "5.10.2" implementation("commons-io:commons-io:2.16.1") - implementation("com.auth0:java-jwt:4.3.0") + implementation("com.auth0:java-jwt:4.4.0") implementation("com.google.code.gson:gson:2.11.0") implementation("org.json:json:20240303") testImplementation("org.junit.jupiter:junit-jupiter-api:${junitVersion}")