diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2019-08-27 17:21:02 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2019-08-27 17:21:02 +0530 |
commit | cef365681191dd67ae790ba9553efd2776890a11 (patch) | |
tree | 911c5dcd8aa13a4b79450577609bc4d0215174b5 | |
parent | 6a15193837a3ba364797459f5ad4e2c85c85fb1b (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |