From 3579ee45547ca8c5a06cb483fba33b14096b5af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:15:10 +0000 Subject: [PATCH] :arrow_up: Update dependency io.jsonwebtoken:jjwt-impl to v0.12.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c99758..c040970 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation('org.liquibase:liquibase-core') implementation('io.jsonwebtoken:jjwt-api:0.12.3') - implementation('io.jsonwebtoken:jjwt-impl:0.11.5') + implementation('io.jsonwebtoken:jjwt-impl:0.12.3') implementation('io.jsonwebtoken:jjwt-jackson:0.11.5') implementation('com.sedmelluq:lavaplayer:1.3.78')