Skip to content

Commit eddacfc

Browse files
fix(deps): bump org.json:json from 20231013 to 20240303 (#182)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eea1f69 commit eddacfc

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.1.0'
1414
dependencies {
1515
implementation 'org.slf4j:slf4j-api:1.7.36'
1616
implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3'
17-
implementation 'org.json:json:20231013'
17+
implementation 'org.json:json:20240303'
1818
implementation 'com.nimbusds:oauth2-oidc-sdk:10.14.2'
1919

2020
testImplementation 'org.mockito:mockito-core:4.9.0'

0 commit comments

Comments
 (0)