diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-14 18:02:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 18:02:53 +0000 |
commit | 60055619247a1ed7e58fc4cc4aa5bca058566b83 (patch) | |
tree | c7b8e22030c1249fc7c5dfc124299aaf9d11b627 | |
parent | 2beaf864901abb337b263662800b3373326bcfd4 (diff) | |
download | archiva-dependabot/maven/org.json-json-20230227.tar.gz archiva-dependabot/maven/org.json-json-20230227.zip |
Bump json from 20200518 to 20230227dependabot/maven/org.json-json-20230227
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20230227.
- [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
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1859,7 +1859,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20200518</version> + <version>20230227</version> <scope>test</scope> </dependency> |