aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9cbed220ebc..490e0990232 100644
--- a/build.gradle
+++ b/build.gradle
@@ -334,7 +334,7 @@ subprojects {
}
dependency 'org.json:json:20231013'
dependency 'com.tngtech.java:junit-dataprovider:1.13.1'
- dependencySet(group: 'io.jsonwebtoken', version: '0.11.5') {
+ dependencySet(group: 'io.jsonwebtoken', version: '0.12.3') {
entry 'jjwt-api'
entry 'jjwt-impl'
entry 'jjwt-jackson'