aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>2024-02-06 09:17:21 +0100
committersonartech <sonartech@sonarsource.com>2024-02-08 20:02:46 +0000
commit12119298d4dcb970257e2ad9cec64f70d9e08349 (patch)
treeee0a299ca7b0cf057094e986aad15e6ab444a005 /build.gradle
parent5c0e1383a6710dbe0a9bc9174dd0947addfd64a5 (diff)
downloadsonarqube-12119298d4dcb970257e2ad9cec64f70d9e08349.tar.gz
sonarqube-12119298d4dcb970257e2ad9cec64f70d9e08349.zip
SONAR-21569 Update io.jsonwebtoken:* 0.12.3 -> 0.12.5
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 e11a99870ad..feab198608b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -343,7 +343,7 @@ subprojects {
}
dependency 'org.json:json:20231013'
dependency 'com.tngtech.java:junit-dataprovider:1.13.1'
- dependencySet(group: 'io.jsonwebtoken', version: '0.12.3') {
+ dependencySet(group: 'io.jsonwebtoken', version: '0.12.5') {
entry 'jjwt-api'
entry 'jjwt-impl'
entry 'jjwt-jackson'