Skip to content

Commit 709b9ce

Browse files
committed
Bump Jackson dependency version 2.9.10.1
1 parent adecca0 commit 709b9ce

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
== Version 1.5.1 (unreleased) ==
22

3+
Security fixes:
4+
5+
- Bumped Jackson dependency to version 2.9.10.1 which has patched CVE-2019-16942
6+
37
Bug fixes:
48

59
- Fixed bug introduced in 1.4.0, which caused

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ 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.9.3',
55-
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.9',
56-
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.9',
54+
'com.fasterxml.jackson.core:jackson-databind:2.9.10.1',
55+
'com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.10',
56+
'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.10',
5757
'com.google.guava:guava:19.0',
5858
'com.upokecenter:cbor:4.0.1',
5959
'javax.activation:activation:1.1.1',

0 commit comments

Comments
 (0)