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
skitt authored and rovarga committed Aug 14, 2019
1 parent 05011cf commit d59a6f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/odl-jackson-2.9/src/main/history/dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<feature>odl-ws-rs-api</feature>
<bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.0</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.9.9</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9</bundle>
<bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9.3</bundle>
<bundle>mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.9.9</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.9.9</bundle>
<bundle>mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.9.9</bundle>
Expand Down
2 changes: 1 addition & 1 deletion odlparent-dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<type>pom</type>
<version>2.9.9</version>
<version>2.9.9.20190807</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
Expand Down
2 changes: 1 addition & 1 deletion odlparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.9.9</version>
<version>2.9.9.20190807</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit d59a6f7

Please sign in to comment.