]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19005 - Upgrade org.json to 20230227
authorAntoine Vinot <antoine.vinot@sonarsource.com>
Wed, 5 Apr 2023 14:08:37 +0000 (16:08 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 6 Apr 2023 20:03:15 +0000 (20:03 +0000)
build.gradle

index 07525097117be02142e4f98cdac6b995c341a0cf..a117b38da1847fb09ea91eb5b4bd935a5d0b7f84 100644 (file)
@@ -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'