Skip to content

Commit 3e79ae6

Browse files
fix(deps): bump org.json:json from 20230618 to 20231013 (#140)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013. - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 217c3a2 commit 3e79ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version '1.0.1'
1414
dependencies {
1515
implementation 'org.slf4j:slf4j-api:1.7.36'
1616
implementation 'com.nimbusds:nimbus-jose-jwt:9.37'
17-
implementation 'org.json:json:20230618'
17+
implementation 'org.json:json:20231013'
1818
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
1919
implementation 'com.nimbusds:oauth2-oidc-sdk:10.14.2'
2020

0 commit comments

Comments
 (0)