From b7ecc2ed612622804a70cf95e7096649412232dc Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Sun, 27 May 2018 14:01:55 +0300 Subject: Fix policy violations Update pom dependencies to different versions Change-Id: Ia6eefd2c85fc0eea400506c8220601f10f98000b Issue-ID: SDC-1372 Signed-off-by: Stone, Avi (as206k) --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 653ebdd..0a659be 100644 --- a/pom.xml +++ b/pom.xml @@ -20,12 +20,12 @@ org.springframework spring-beans - 4.3.5.RELEASE + 4.3.17.RELEASE org.springframework spring-context - 4.3.5.RELEASE + 4.3.17.RELEASE log4j @@ -51,17 +51,17 @@ com.fasterxml.jackson.core jackson-annotations - 2.9.0 + 2.9.4 org.springframework spring-web - 4.3.5.RELEASE + 4.3.17.RELEASE com.fasterxml.jackson.datatype jackson-datatype-guava - 2.8.3 + 2.9.4 org.apache.commons @@ -87,7 +87,7 @@ org.codehaus.janino janino - 3.0.8 + 3.0.6 -- cgit 1.2.3-korg