Skip to content

Commit dff7f7a

Browse files
committed
fix org-json latestDepTestImplementation to 20250107
1 parent d2d38c9 commit dff7f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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'
3737
}

0 commit comments

Comments
 (0)