mirror of https://github.com/jwtk/jjwt.git
Updating to jackson-databind 2.9.10 (#498)
This commit is contained in:
parent
c0d8b8e8e9
commit
c246385be1
|
@ -1,5 +1,10 @@
|
|||
## Release Notes
|
||||
|
||||
### 0.11.0
|
||||
|
||||
* Updates the Jackson dependency version to [2.9.10](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9#patches)
|
||||
to address three security vulnerabilities in Jackson:
|
||||
|
||||
### 0.10.7
|
||||
|
||||
This patch release:
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -94,7 +94,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
|
||||
|
||||
<jackson.version>2.9.9.3</jackson.version>
|
||||
<jackson.version>2.9.10</jackson.version>
|
||||
<orgjson.version>20180130</orgjson.version>
|
||||
<gson.version>2.8.5</gson.version>
|
||||
|
||||
|
|
Loading…
Reference in New Issue