aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2018-09-12 11:02:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-12 11:02:28 +0000
commitb1cf55077f382826dd70a53032a8a880b12db87c (patch)
tree3aa1c99f3d2c5af6fa2b12cd300c493d35fe4b43 /pom.xml
parenta9c0f01b68cc9abc1f4ac22b6f8fcf43a3538cc8 (diff)
parentdb566f414f36c36bcaddf9215a340fdfdc71d1b5 (diff)
Merge "NexusIQ issue: jackson-databind"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 089131a42c..078f9b3adc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,7 +508,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.8.7</version>
+ <version>2.8.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
@@ -518,12 +518,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.7</version>
+ <version>2.8.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.8.7</version>
+ <version>2.8.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>