Skip to content

Commit b7d1b23

Browse files
Bump org.json:json from 20240303 to 20241224 (#119)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20241224. - [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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 472814f commit b7d1b23

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
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation 'se.fishtank:css-selectors:2.0'
1818
testImplementation 'org.jsoup:jsoup:1.18.3'
1919
testImplementation 'org.assertj:assertj-core:3.27.0'
20-
testImplementation 'org.json:json:20240303'
20+
testImplementation 'org.json:json:20241224'
2121
}
2222

2323
group = 'com.thoughtworks.gauge.test'

0 commit comments

Comments
 (0)