Skip to content

Commit fd0dbd9

Browse files
Bump org.json:json from 20250517 to 20251224
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20251224. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 522dbcd commit fd0dbd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dependencies {
9595
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-amqp', version: "${springBootVersion}"
9696

9797
// https://mvnrepository.com/artifact/org.json/json
98-
testImplementation group: 'org.json', name: 'json', version: '20250517'
98+
testImplementation group: 'org.json', name: 'json', version: '20251224'
9999

100100
// https://mvnrepository.com/artifact/ee.bitweb/spring-test-core
101101
testImplementation group: 'ee.bitweb', name: 'spring-test-core', version: '2.+'

0 commit comments

Comments
 (0)