Skip to content

Commit 64d72b8

Browse files
committed
pin org.json latest to 20240303
1 parent 822e1f3 commit 64d72b8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ dependencies {
1717

1818
testRuntimeOnly project(':dd-java-agent:instrumentation:iast-instrumenter')
1919

20-
latestDepTestImplementation group: 'org.json', name: 'json', version: '+'
20+
//FIXME: ASM
21+
latestDepTestImplementation group: 'org.json', name: 'json', version: '20240303'
2122
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ org.hamcrest:hamcrest-core:1.3=latestDepTestCompileClasspath,latestDepTestRuntim
116116
org.hamcrest:hamcrest:2.2=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
117117
org.jctools:jctools-core:3.3.0=instrumentPluginClasspath,latestDepTestRuntimeClasspath,muzzleTooling,runtimeClasspath,testRuntimeClasspath
118118
org.json:json:20230227=compileClasspath,testCompileClasspath,testRuntimeClasspath
119-
org.json:json:20250107=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
119+
org.json:json:20240303=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath
120120
org.junit.jupiter:junit-jupiter-api:5.9.2=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
121121
org.junit.jupiter:junit-jupiter-engine:5.9.2=latestDepTestRuntimeClasspath,testRuntimeClasspath
122122
org.junit.platform:junit-platform-commons:1.9.2=latestDepTestCompileClasspath,latestDepTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)