We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2885767 commit 88aa5b2Copy full SHA for 88aa5b2
dd-java-agent/instrumentation/org-json/build.gradle
@@ -33,5 +33,5 @@ dependencies {
33
testRuntimeOnly project(':dd-java-agent:instrumentation:iast-instrumenter')
34
testRuntimeOnly project(':dd-java-agent:instrumentation:java-io') //Needed for Reader
35
36
- latestDepTestImplementation group: 'org.json', name: 'json', version: '+'
+ latestDepTestImplementation group: 'org.json', name: 'json', version: '20250107' // TODO replace with + when APPSEC-58007 solved
37
}
0 commit comments