From 6981138afb528f5c05a491bd46be9bcbc40297ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 22:03:31 +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 52e9ae48..a31ce33a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,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