Resolve jackson-databind security vulnerabilities 83/68383/2 Dublin_dev casablanca
authorGary Wu <gary.i.wu@huawei.com>
Thu, 20 Sep 2018 16:33:00 +0000 (09:33 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 21 Sep 2018 20:28:51 +0000 (13:28 -0700)
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000010
Issue-ID: SO-1047
Signed-off-by: Siva.ye <yezhihua@huawei.com>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index aa2b9bf..661b66a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                </dependencies>
        </dependencyManagement>
        <dependencies>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.module</groupId>
-                       <artifactId>jackson-module-jaxb-annotations</artifactId>
-                       <version>2.4.0</version>
-               </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.8.10</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.core</groupId>
-                       <artifactId>jackson-annotations</artifactId>
-                       <version>2.8.10</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.jaxrs</groupId>
-                       <artifactId>jackson-jaxrs-base</artifactId>
-                       <version>2.9.2</version>
-               </dependency>
-               <dependency>
-                       <groupId>com.fasterxml.jackson.jaxrs</groupId>
-                       <artifactId>jackson-jaxrs-json-provider</artifactId>
-                       <version>2.9.2</version>
+                       <version>2.9.6</version>
                </dependency>
        </dependencies>
        <reporting>