diff --git a/build.gradle b/build.gradle index e6101cf..6030f18 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: '20250517' + testImplementation group: 'org.json', name: 'json', version: '20251224' // https://mvnrepository.com/artifact/ee.bitweb/spring-test-core testImplementation group: 'ee.bitweb', name: 'spring-test-core', version: '2.+'