]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20782 Update json dependency
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>
Tue, 17 Oct 2023 13:09:37 +0000 (15:09 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 18 Oct 2023 20:02:47 +0000 (20:02 +0000)
build.gradle

index a64736e5503701ded5f98eb6a34311d28b0ba78c..f28a43d12c7a98fc6a3bae341d8734400d91f086 100644 (file)
@@ -265,7 +265,7 @@ subprojects {
         entry 'okhttp'
         entry 'mockwebserver'
       }
-      dependency 'org.json:json:20220924'
+      dependency 'org.json:json:20231013'
       dependency 'com.tngtech.java:junit-dataprovider:1.13.1'
       dependencySet(group: 'io.jsonwebtoken', version: '0.11.5') {
         entry 'jjwt-api'