Skip to content

Commit 6847aa3

Browse files
committed
Fix #35: upgrade "org.json" dependency version
1 parent 159adee commit 6847aa3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

json-org/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
3636
<dependency>
3737
<groupId>org.json</groupId>
3838
<artifactId>json</artifactId>
39-
<version>20190722</version>
39+
<version>20230227</version>
4040
</dependency>
4141
</dependencies>
4242

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Modules:
1414
(contributed by @pjfanning)
1515
#34: Upgrade `jakarta.json-api` dependency to 2.1.1 (from 2.0.0)
1616
(contributed by @pjfanning)
17+
#35: Update `org.json` dependency from `20190722` to `20230227`
1718

1819
2.15.0-rc2 (28-Mar-2023)
1920

0 commit comments

Comments
 (0)