Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Bump org.json:json from 20230618 to 20231013
Browse files Browse the repository at this point in the history
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 to 20231013.
- [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>
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent 2f34b98 commit 4916b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
shadow 'com.google.code.gson:gson:2.10.1'
shadow 'com.google.guava:guava:32.1.1-jre'
shadow 'com.datadoghq:java-dogstatsd-client:4.2.0'
shadow 'org.json:json:20230618'
shadow 'org.json:json:20231013'
shadow group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
}

Expand Down

0 comments on commit 4916b36

Please sign in to comment.