Skip to content

Commit

Permalink
Fix #35: upgrade "org.json" dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 14, 2023
1 parent 159adee commit 6847aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion json-org/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20190722</version>
<version>20230227</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Modules:
(contributed by @pjfanning)
#34: Upgrade `jakarta.json-api` dependency to 2.1.1 (from 2.0.0)
(contributed by @pjfanning)
#35: Update `org.json` dependency from `20190722` to `20230227`

2.15.0-rc2 (28-Mar-2023)

Expand Down

0 comments on commit 6847aa3

Please sign in to comment.