Skip to content

Commit 94e24f1

Browse files
chore(deps): bump org.json:json from 20240303 to 20250517 (#248)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d96f03e commit 94e24f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
testImplementation("com.squareup.okhttp3:mockwebserver:$okhttp_version")
154154
testImplementation("androidx.arch.core:core-testing:$android_core_version")
155155

156-
testImplementation("org.json:json:20240303")
156+
testImplementation("org.json:json:20250517")
157157

158158
androidTestImplementation("androidx.test.ext:junit:$androidx_junit_version")
159159
androidTestImplementation("androidx.test.espresso:espresso-core:$espresso_core_version")

0 commit comments

Comments
 (0)