From 485853035a7dba96aa3bafe6713b5d2baeeeb2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 03:51:08 +0000 Subject: [PATCH] fix(deps): bump org.json:json from 20240303 to 20250107 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250107. - [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: '20250107' 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 0c8c911..444e79a 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ version '1.1.3' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'com.nimbusds:nimbus-jose-jwt:9.40' - implementation 'org.json:json:20240303' + implementation 'org.json:json:20250107' implementation 'com.nimbusds:oauth2-oidc-sdk:11.23' testImplementation 'org.mockito:mockito-core:4.9.0'