Skip to content

Commit

Permalink
Upgrade jackson-databind for CVE-2019-14379
Browse files Browse the repository at this point in the history
See FasterXML/jackson-databind#2387 for
details.

Change-Id: I3a8a416bba7e72861512531a3a83d818daf6fd5f
Signed-off-by: Stephen Kitt <[email protected]>
Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Aug 14, 2019
1 parent aa1d469 commit c242f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/odl-jackson-2.8/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<feature version="0.0.0">
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.8.0</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.8.11</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.8.11.3</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.8.11.4</bundle>
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.8.11</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.8.11</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.8.11</bundle>
Expand Down
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.8.11.20181123</version>
<version>2.8.11.20190726</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit c242f8c

Please sign in to comment.