aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJacek Poreda <jacek.poreda@sonarsource.com>2023-11-06 14:11:55 +0100
committersonartech <sonartech@sonarsource.com>2023-11-07 20:02:49 +0000
commit49c86777ee00f22151f81f6f0430c3b4c5c9106f (patch)
tree210b4cca799cd7a94bb4a122d8a12a2ab80b8a0a /build.gradle
parenteb5ace5586a21b61491287b201a9a4722918f068 (diff)
downloadsonarqube-49c86777ee00f22151f81f6f0430c3b4c5c9106f.tar.gz
sonarqube-49c86777ee00f22151f81f6f0430c3b4c5c9106f.zip
[NO-JIRA] Update io.jsonwebtoken 0.11.5 -> 0.12.3
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'