summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2019-08-27 17:21:02 +0530
committerseshukm <seshu.kumar.m@huawei.com>2019-08-27 17:21:02 +0530
commitcef365681191dd67ae790ba9553efd2776890a11 (patch)
tree911c5dcd8aa13a4b79450577609bc4d0215174b5
parent6a15193837a3ba364797459f5ad4e2c85c85fb1b (diff)
Upgrade the version of Jack-databind from 2.9.6 to 2.9.8
Issue-ID: SO-2261 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic22f3136148d0aee7febbd03dabc11350bb7a08f
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0495b33..1a3e55c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.6</version>
+ <version>2.9.8</version>
</dependency>
</dependencies>
<reporting>