Skip to content

Commit 88aa5b2

Browse files
jandro996amarziali
andauthored
Set org-json latestDepTestImplementation to 20250107 (#8977)
* fix org-json latestDepTestImplementation to 20250107 * add comment --------- Co-authored-by: Andrea Marziali <[email protected]>
1 parent 2885767 commit 88aa5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/org-json/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ dependencies {
3333
testRuntimeOnly project(':dd-java-agent:instrumentation:iast-instrumenter')
3434
testRuntimeOnly project(':dd-java-agent:instrumentation:java-io') //Needed for Reader
3535

36-
latestDepTestImplementation group: 'org.json', name: 'json', version: '+'
36+
latestDepTestImplementation group: 'org.json', name: 'json', version: '20250107' // TODO replace with + when APPSEC-58007 solved
3737
}

0 commit comments

Comments
 (0)