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 d2d38c9 commit dff7f7aCopy full SHA for dff7f7a
1 file changed
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'
37
}
0 commit comments