diff --git a/parser/build.gradle b/parser/build.gradle index 13d0a0a..3d5212b 100644 --- a/parser/build.gradle +++ b/parser/build.gradle @@ -61,7 +61,7 @@ dependencies { testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2' // https://mvnrepository.com/artifact/org.json/json - testFixturesImplementation group: 'org.json', name: 'json', version: '20231013' + testFixturesImplementation group: 'org.json', name: 'json', version: '20240205' // https://mvnrepository.com/artifact/io.github.classgraph/classgraph graalvmImplementation group: 'io.github.classgraph', name: 'classgraph', version: '4.8.165'