Skip to content

Commit

Permalink
Bump org.json:json from 20240205 to 20240303
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent d81bfeb commit 01d3944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.apache.commons:commons-compress:1.26.0")
implementation("org.apache.commons:commons-text:1.11.0")
implementation("org.apache.commons:commons-lang3:3.14.0")
implementation("org.json:json:20240205")
implementation("org.json:json:20240303")
implementation("org.kohsuke", "github-api", "1.317")
testImplementation("junit", "junit", "4.13.2")
testImplementation("org.assertj", "assertj-core", "3.24.2")
Expand Down

0 comments on commit 01d3944

Please sign in to comment.