File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
== Version 1.6.0 ==
2
10
3
11
Security fixes:
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ allprojects {
51
51
Map<String , String > dependencyVersions = [
52
52
' ch.qos.logback:logback-classic:1.2.3' ,
53
53
' 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 ' ,
55
55
' com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.9.10' ,
56
56
' com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.10' ,
57
57
' com.google.guava:guava:19.0' ,
You can’t perform that action at this time.
0 commit comments