From 1822b637080026f38ab8e74df8a89b52bb27758c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 00:22:00 +0000 Subject: [PATCH] Bump org.json:json from 20250517 to 20251224 in /wiremock 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] --- wiremock/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiremock/build.gradle b/wiremock/build.gradle index 94df3ca209..b05319c102 100644 --- a/wiremock/build.gradle +++ b/wiremock/build.gradle @@ -6,7 +6,7 @@ repositories { dependencies { implementation "org.wiremock:wiremock:3.13.2" - implementation "org.json:json:20250517" + implementation "org.json:json:20251224" implementation "com.auth0:java-jwt:4.5.0" implementation "org.slf4j:slf4j-simple:2.0.17" }