From: Léo Geoffroy Date: Tue, 17 Oct 2023 13:09:37 +0000 (+0200) Subject: SONAR-20782 Update json dependency X-Git-Tag: 9.9.3.79811~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6effe092426778b60f89958568a58d9b318c245e;p=sonarqube.git SONAR-20782 Update json dependency --- diff --git a/build.gradle b/build.gradle index a64736e5503..f28a43d12c7 100644 --- a/build.gradle +++ b/build.gradle @@ -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'