Skip to content

Commit

Permalink
BAU: Bump org.json:json from 20230618 to 20240303
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 938a55f commit 3272432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
"org.mockito:mockito-inline:${dependencyVersions.mockito_version}",
"org.hamcrest:hamcrest:${dependencyVersions.hamcrest_version}",
"com.google.code.gson:gson:${dependencyVersions.gson_version}",
"org.json:json:20230618"
"org.json:json:20240303"


implementation "io.cucumber:cucumber-java:${dependencyVersions.cucumber_version}",
Expand Down

0 comments on commit 3272432

Please sign in to comment.