Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 8963830

Browse files
Bump org.json:json from 20250517 to 20251224
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20251224. - [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-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d4cdb5 commit 8963830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.json</groupId>
2828
<artifactId>json</artifactId>
29-
<version>20250517</version>
29+
<version>20251224</version>
3030
</dependency>
3131
</dependencies>
3232
</project>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.json</groupId>
7777
<artifactId>json</artifactId>
78-
<version>20250517</version>
78+
<version>20251224</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)