From 0e44e1022e3a76013918671c5940770b7f75438d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 03:10:46 +0000 Subject: [PATCH] fix(deps): bump org.json:json from 20231013 to 20240303 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20231013 to 20240303. - [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-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 4c0605e..3014c07 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ version '1.1.0' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' - implementation 'org.json:json:20231013' + implementation 'org.json:json:20240303' implementation 'com.nimbusds:oauth2-oidc-sdk:10.14.2' testImplementation 'org.mockito:mockito-core:4.9.0'