From 6b37a90b2df42d0836d4f285d37bc07347e21878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:56:53 +0000 Subject: [PATCH] [CORE-69]: 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] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index aba7845..98f53b7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -21,7 +21,7 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.1" implementation 'ch.qos.logback:logback-classic:1.5.32' - testImplementation 'org.json:json:20251224' + testImplementation 'org.json:json:20260522' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }