From 9736b4f7100fbfb643c84b24680235c13fa54324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:48:18 +0000 Subject: [PATCH] fix(deps): update jjwtversion to v0.13.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d4ef248e..967fbe08 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ jasyptVersion=1.9.3 # jjwt-api ships through that chain on the compile classpath, but jjwt-impl # and jjwt-jackson are runtimeOnly there, so they don't propagate to this # project automatically — declare them directly below. -jjwtVersion=0.11.5 +jjwtVersion=0.13.0 jodaTimeVersion=2.14.3 jsonPathVersion=2.10.0 jsonSmartVersion=2.6.0