Skip to content

Commit 855627a

Browse files
Bump org.json:json from 20240303 to 20250107
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20250107. - [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] <[email protected]>
1 parent 5d83b28 commit 855627a

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.11.0'
54-
implementation 'org.json:json:20240303'
54+
implementation 'org.json:json:20250107'
5555
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
5656
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
5757

0 commit comments

Comments
 (0)