From c1cd21a3498373159c0ec28c76b68011badaa457 Mon Sep 17 00:00:00 2001 From: su622b Date: Tue, 31 Mar 2020 19:08:06 -0400 Subject: [PATCH] fix security vulnerabilities Issue-ID: DMAAP-1418 Change-Id: I50788ba8083a3188c920f72de342252c5f7e383d Signed-off-by: su622b --- pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 97457f4..4461cf2 100644 --- a/pom.xml +++ b/pom.xml @@ -306,11 +306,53 @@ part of the JDK now javax.activation activation --> - - org.apache.zookeeper - zookeeper - 3.4.10 - + + org.apache.zookeeper + zookeeper + 3.4.14 + + + org.slf4j + slf4j-api + 1.6.1 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + * + * + + + + + + org.apache.kafka + kafka_2.11 + 2.3.0 + + + commons-codec + commons-codec + 1.13 + + + org.quartz-scheduler + quartz + 2.3.2 + + + com.fasterxml.woodstox + woodstox-core + 5.3.0 + + + org.springframework + spring-webmvc + 5.2.3.RELEASE + org.grails grails-bootstrap @@ -400,6 +442,10 @@ msgrtr 1.1.22 + + org.apache.kafka + kafka_2.11 + org.slf4j slf4j-log4j12 -- 2.16.6