From 497c63670956bd4609d5a16a1f87aeac75556fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:42:54 +0000 Subject: [PATCH] Bump org.json:json from 20260719 to 20260814 in /wiremock Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20260719 to 20260814. - [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/20260719...20260814) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260814' 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 cba3a6279..a4d0b7f73 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:20260719" + implementation "org.json:json:20260814" implementation "com.auth0:java-jwt:4.6.0" implementation "org.slf4j:slf4j-simple:2.0.18" }