Skip to content

Commit 87729f5

Browse files
fix(deps): bump json from 20211205 to 20220320 (#4)
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20220320. - [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 d63fdbd commit 87729f5

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
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'org.slf4j:slf4j-api:1.7.36'
1616
implementation 'org.slf4j:slf4j-simple:1.7.36'
1717
implementation 'com.nimbusds:nimbus-jose-jwt:9.21'
18-
implementation 'org.json:json:20211205'
18+
implementation 'org.json:json:20220320'
1919
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
2020
implementation 'com.nimbusds:oauth2-oidc-sdk:9.31'
2121
testImplementation 'org.mockito:mockito-core:4.4.0'

0 commit comments

Comments
 (0)