Procházet zdrojové kódy

Bump json from 20180130 to 20230227 (#264)

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180130 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] před 2 roky
rodič
revize
dc4b582fe7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -198,7 +198,7 @@
             <dependency>
                 <groupId>org.json</groupId>
                 <artifactId>json</artifactId>
-                <version>20180130</version>
+                <version>20230227</version>
             </dependency>
 
             <dependency>