Skip to content

Commit 5f7c3ca

Browse files
Bump org.json:json from 20230618 to 20240303
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20240303. - [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 773e2ed commit 5f7c3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation 'junit:junit:4.13.2'
5555
testImplementation 'org.mockito:mockito-core:5.12.0'
5656
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
57-
testImplementation 'org.json:json:20230618'
57+
testImplementation 'org.json:json:20240303'
5858
// Other
5959
implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.0'))
6060
implementation('com.google.android.play:review:2.0.2')

0 commit comments

Comments
 (0)