diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-15 15:32:59 +0300 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-15 15:32:59 +0300 |
commit | 936253bccdcebe82ed06b55025087e96bbd35551 (patch) | |
tree | 76eda53e313fc3518a7cc18417c5413c56b85130 /dcaedt_catalog/commons/pom.xml | |
parent | 25aa909490e9e91475e1a0ae3a186a6a17fe13fe (diff) |
security check issues
updating spring version, using security check issues
Change-Id: Ic6bb7030f106acaf92410eb8cec3f40932657148
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_catalog/commons/pom.xml')
-rw-r--r-- | dcaedt_catalog/commons/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcaedt_catalog/commons/pom.xml b/dcaedt_catalog/commons/pom.xml index 2008b6c..6da23c2 100644 --- a/dcaedt_catalog/commons/pom.xml +++ b/dcaedt_catalog/commons/pom.xml @@ -120,7 +120,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.7.8</version> + <version>2.9.6</version> </dependency> <dependency> <groupId>com.github.wnameless</groupId> |