Skip to content

Commit

Permalink
Upgraded org.json dependency to 20231013
Browse files Browse the repository at this point in the history
* Upgrades org.json dependency to 20231013 (#862)
  • Loading branch information
lhazlewood committed Oct 15, 2023
1 parent db33970 commit 28a2ca7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Release Notes

### 0.12.3

This patch release:

* Upgrades the `org.json` dependency to `20231013` to address that library's
[CVE-2023-5072](https://nvd.nist.gov/vuln/detail/CVE-2023-5072) vulnerability.
* (Re-)enables empty values for custom claims, which was the behavior in <= 0.11.5.
[Issue 858](https://github.com/jwtk/jjwt/issues/858).

### 0.12.2

This is a follow-up release to finalize the work in 0.12.1 that tried to fix a reflection scope problem
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

<jackson.version>2.12.7.1</jackson.version>
<orgjson.version>20230618</orgjson.version>
<orgjson.version>20231013</orgjson.version>
<gson.version>2.9.0</gson.version>

<maven.javadoc.additionalOptions />
Expand Down Expand Up @@ -677,6 +677,7 @@
<properties>
<maven.jar.version>3.2.2</maven.jar.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<orgjson.version>20230618</orgjson.version>
<bcprov.artifactId>bcprov-jdk15to18</bcprov.artifactId>
<bcpkix.artifactId>bcpkix-jdk15to18</bcpkix.artifactId>
</properties>
Expand Down

0 comments on commit 28a2ca7

Please sign in to comment.