Skip to content

Commit 5924520

Browse files
committed
Bump Jackson dependency version to 2.9.10.3
1 parent 053469e commit 5924520

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
== Version 1.6.1 (unreleased) ==
2+
3+
Security fixes:
4+
5+
- Bumped Jackson dependency to version 2.9.10.3 in response to CVE-2019-20330
6+
and CVE-2020-8840
7+
8+
19
== Version 1.6.0 ==
210

311
Security fixes:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ allprojects {
5151
Map<String, String> dependencyVersions = [
5252
'ch.qos.logback:logback-classic:1.2.3',
5353
'com.augustcellars.cose:cose-java:1.0.0',
54-
'com.fasterxml.jackson.core:jackson-databind:2.9.10.1',
54+
'com.fasterxml.jackson.core:jackson-databind:2.9.10.3',
5555
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.10',
5656
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.10',
5757
'com.google.guava:guava:19.0',

0 commit comments

Comments
 (0)