summaryrefslogtreecommitdiffstats
path: root/dcaedt_validator
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-10-15 10:52:26 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-10-15 10:52:26 +0300
commit25aa909490e9e91475e1a0ae3a186a6a17fe13fe (patch)
tree3dddcbc54f2d00b4077aa79691420f98d24b1406 /dcaedt_validator
parent8571b0c392db6913a02cf05bb7566ebefe556ee4 (diff)
security check issues
updating spring version, using security check issues Change-Id: I55018c335f4167709dc92de891c224fcdad1dc7a Issue-ID: SDC-1829 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_validator')
-rw-r--r--dcaedt_validator/checker/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcaedt_validator/checker/pom.xml b/dcaedt_validator/checker/pom.xml
index 4e73ad0..2cf5943 100644
--- a/dcaedt_validator/checker/pom.xml
+++ b/dcaedt_validator/checker/pom.xml
@@ -135,12 +135,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.7.6</version>
+ <version>2.9.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.7.8</version>
+ <version>2.9.6</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>