Skip to content

Commit 464939c

Browse files
fix(deps): bump org.json:json from 20250517 to 20251224
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20251224. - [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-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdbc2f4 commit 464939c

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
@@ -19,7 +19,7 @@ version = '1.1.5'
1919
dependencies {
2020
implementation('org.slf4j:slf4j-api:2.0.17')
2121
implementation('com.nimbusds:nimbus-jose-jwt:10.7')
22-
implementation('org.json:json:20250517')
22+
implementation('org.json:json:20251224')
2323
implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')
2424

2525
testImplementation(platform('org.junit:junit-bom:5.13.4'))

0 commit comments

Comments
 (0)