Skip to content

Commit 1c44911

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 158911e commit 1c44911

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
@@ -51,7 +51,7 @@ configurations {
5151
dependencies {
5252
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
5353
implementation 'com.google.code.gson:gson:2.13.1'
54-
implementation 'org.json:json:20250107'
54+
implementation 'org.json:json:20250517'
5555
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
5656
api 'com.squareup.okhttp3:okhttp:4.12.0'
5757

0 commit comments

Comments
 (0)