diff options
author | Antoine Vinot <antoine.vinot@sonarsource.com> | 2023-04-05 16:08:37 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-04-06 20:03:15 +0000 |
commit | 13a22dcfc9fc2a19f536ca818a43f7de353de683 (patch) | |
tree | e025a7a43dea7571238d18cff4438c1e6c1809af /build.gradle | |
parent | 3c89fa17892ee4efd87a524d8422a8bb2a26f310 (diff) | |
download | sonarqube-13a22dcfc9fc2a19f536ca818a43f7de353de683.tar.gz sonarqube-13a22dcfc9fc2a19f536ca818a43f7de353de683.zip |
SONAR-19005 - Upgrade org.json to 20230227
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 07525097117..a117b38da18 100644 --- a/build.gradle +++ b/build.gradle @@ -275,7 +275,7 @@ subprojects { entry 'okhttp' entry 'mockwebserver' } - dependency 'org.json:json:20220924' + dependency 'org.json:json:20230227' dependency 'com.tngtech.java:junit-dataprovider:1.13.1' dependencySet(group: 'io.jsonwebtoken', version: '0.11.5') { entry 'jjwt-api' |