Skip to content

Commit bba7617

Browse files
Bump org.json:json from 20250107 to 20250517
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250107 to 20250517. - [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: '20250517' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5a0705 commit bba7617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configurations {
6262
dependencies {
6363
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
6464
implementation 'com.google.code.gson:gson:2.12.1'
65-
implementation 'org.json:json:20250107'
65+
implementation 'org.json:json:20250517'
6666
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
6767
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
6868

0 commit comments

Comments
 (0)