From 26f5522fe98d4cc1209688633a2c38c9ac64407b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:06:58 +0000 Subject: [PATCH] fix(deps): update jsonwebtokenversion to v0.12.6 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1401f66e..bffe7558 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ group = 'org.daming' version = '0.0.1-SNAPSHOT' sourceCompatibility = '21' targetCompatibility = '21' -def jsonwebtokenVersion = "0.12.5" +def jsonwebtokenVersion = "0.12.6" repositories { mavenLocal()