diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-21 11:56:48 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-21 11:56:48 +0530 |
commit | 94214401e1f7bae0a60742f876a223ad73a63613 (patch) | |
tree | c3f81af6af24ee8fd8844cdb72e833bd08f0ce08 /profiles/http/pom.xml | |
parent | 32ff77f6cc2fc2a3f9a314fba5d5ecb7bb65dbd3 (diff) |
Fix SECURITY ISSUES
Issue-ID: CLI-102
Change-Id: I599e74e7ab01236f5852c018eb1df79b5a7672a0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/http/pom.xml')
-rw-r--r-- | profiles/http/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 913c8cec..0edade95 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.6.3</version> + <version>2.9.4</version> </dependency> <dependency> <groupId>junit</groupId> |