From 78ebf3dc463dfe020af2092cbe41f2feec7ed0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:28:59 +0000 Subject: [PATCH] Bump org.json:json from 20251224 to 20260522 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20251224 to 20260522. - [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/compare/20251224...20260522) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9ac52a..f8fee19 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-amqp:4.0.6' // https://mvnrepository.com/artifact/org.json/json - testImplementation 'org.json:json:20251224' + testImplementation 'org.json:json:20260522' // https://mvnrepository.com/artifact/ee.bitweb/spring-test-core testImplementation 'ee.bitweb:spring-test-core:2.0.1'