diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-20 09:33:00 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-21 13:28:51 -0700 |
commit | bd6f4ae224f40244990b6a0addffd2124ec95853 (patch) | |
tree | 3e140d0bf81e2f078350c630b98d215b6377c7a5 /pom.xml | |
parent | 2676c6a5b87a82f97346b51dd7c09036ad31d748 (diff) |
Resolve jackson-databind security vulnerabilitiescasablancaDublin_dev
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 26 |
1 files changed, 1 insertions, 25 deletions
@@ -155,32 +155,8 @@ <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> |