File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
== Version 1.5.1 (unreleased) ==
2
2
3
+ Security fixes:
4
+
5
+ - Bumped Jackson dependency to version 2.9.10.1 which has patched CVE-2019-16942
6
+
3
7
Bug fixes:
4
8
5
9
- Fixed bug introduced in 1.4.0, which caused
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ 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.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 ' ,
57
57
' com.google.guava:guava:19.0' ,
58
58
' com.upokecenter:cbor:4.0.1' ,
59
59
' javax.activation:activation:1.1.1' ,
You can’t perform that action at this time.
0 commit comments