Skip to content

Commit 0351fed

Browse files
bdemersbmarwell
authored andcommitted
Update Jackson Databind to 2.12.6.1
Fixes: #716 Fixes: #614
1 parent d20a74d commit 0351fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This patch release:
66

77
* 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.
8-
* Upgrades the `jjwt-jackson` module's Jackson dependency to `2.9.10.7`.
8+
* Upgrades the `jjwt-jackson` module's Jackson dependency to `2.12.6.1`.
99

1010
### 0.11.2
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7575
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
7676

77-
<jackson.version>2.12.6</jackson.version>
77+
<jackson.version>2.12.6.1</jackson.version>
7878
<orgjson.version>20180130</orgjson.version>
7979
<gson.version>2.8.9</gson.version>
8080
<jsonp.version>1.1.6</jsonp.version>

0 commit comments

Comments
 (0)