From: Zipeng WU Date: Tue, 18 Oct 2022 09:58:11 +0000 (+0200) Subject: Update org.json:json to 20220924 X-Git-Tag: 9.8.0.63668~252 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c107e11a1ed39540ba7d74a35a0d8e21caeda4f2;p=sonarqube.git Update org.json:json to 20220924 --- diff --git a/build.gradle b/build.gradle index 95e47baacd6..00aeec52dd1 100644 --- a/build.gradle +++ b/build.gradle @@ -261,7 +261,7 @@ subprojects { entry 'okhttp' entry 'mockwebserver' } - dependency 'org.json:json:20220320' + dependency 'org.json:json:20220924' dependency 'com.tngtech.java:junit-dataprovider:1.13.1' dependencySet(group: 'io.jsonwebtoken', version: '0.11.2') { entry 'jjwt-api'