Skip to content

Commit

Permalink
Update Jackson Databind to 2.12.6.1
Browse files Browse the repository at this point in the history
Fixes: jwtk#716
Fixes: jwtk#614
  • Loading branch information
bdemers authored and bmarwell committed Apr 19, 2022
1 parent d20a74d commit 0351fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This patch release:

* Adds additional handling for rare JSON parsing exceptions and wraps them in a `JwtException` to allow the application to handle these conditions as JWT concerns.
* Upgrades the `jjwt-jackson` module's Jackson dependency to `2.9.10.7`.
* Upgrades the `jjwt-jackson` module's Jackson dependency to `2.12.6.1`.

### 0.11.2

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

<jackson.version>2.12.6</jackson.version>
<jackson.version>2.12.6.1</jackson.version>
<orgjson.version>20180130</orgjson.version>
<gson.version>2.8.9</gson.version>
<jsonp.version>1.1.6</jsonp.version>
Expand Down

0 comments on commit 0351fed

Please sign in to comment.