Skip to content

Commit 5be259e

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

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
@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
6262
testImplementation 'org.slf4j:slf4j-simple:2.0.12'
6363
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
64-
testImplementation 'org.json:json:20240205'
64+
testImplementation 'org.json:json:20240303'
6565
testImplementation 'io.opencensus:opencensus-impl:0.31.1'
6666
testImplementation "org.mockito:mockito-inline:5.2.0"
6767
}

0 commit comments

Comments
 (0)