diff --git a/build.gradle b/build.gradle index 3f1f0b8..8c69884 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-amqp', version: "${springBootVersion}" // https://mvnrepository.com/artifact/org.json/json - testImplementation group: 'org.json', name: 'json', version: '20241224' + testImplementation group: 'org.json', name: 'json', version: '20250107' // https://mvnrepository.com/artifact/ee.bitweb/spring-test-core testImplementation group: 'ee.bitweb', name: 'spring-test-core', version: '2.+'