From 69bbc919e5d0b1657daa75b054e6b53ae27596bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 04:03:43 +0000 Subject: [PATCH] fix(deps): bump org.json:json from 20230227 to 20230618 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618. - [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 8b9f3a8..4b76bb9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ version '1.0.1' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'com.nimbusds:nimbus-jose-jwt:9.31' - implementation 'org.json:json:20230227' + implementation 'org.json:json:20230618' implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'com.nimbusds:oauth2-oidc-sdk:10.9.1'