From 04e44e42c8f9689a514052e4411659a26bbc951a Mon Sep 17 00:00:00 2001 From: Sunil Unnava Date: Thu, 8 Mar 2018 13:40:50 -0500 Subject: [PATCH] fixes for security issues Issue-ID: DMAAP-207 Change-Id: I818f47202f55fa56bd07436b940e9e4b6343e877 Signed-off-by: Sunil Unnava --- pom.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ebbacd5..8fff980 100644 --- a/pom.xml +++ b/pom.xml @@ -105,18 +105,29 @@ logback-classic 1.2.0 - + + We have JCL-over-SLF4J instead. commons-logging commons-logging - + --> + + org.grails + grails-web + 2.4.4 + + + org.springframework + spring-test + ${spring.version} + test + org.codehaus.groovy groovy-all @@ -327,14 +338,14 @@ com.fasterxml.jackson.core jackson-core - 2.8.5 + 2.8.11 test com.fasterxml.jackson.core jackson-databind - 2.8.11 + 2.8.11.1 -- 2.16.6