From 0168ae3000bf69413c58188ea1cf8e1b622db84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:25:10 +0000 Subject: [PATCH] [CORE-69]: Bump org.json:json from 20250107 to 20250517 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20250517. - [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: '20250517' 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 318016cb..bfb3c16c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -24,7 +24,7 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.0" implementation 'ch.qos.logback:logback-classic:1.5.18' - testImplementation 'org.json:json:20250107' + testImplementation 'org.json:json:20250517' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }