From 507bd09b245a79ab7ca9d0f137dffa320afabdf9 Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 12 Jul 2019 14:28:11 -0400 Subject: [PATCH] fix for security vulnerabilities Issue-ID: DMAAP-986 Change-Id: Ib048ff20da290bbc8e234f521d46167955d33d1b Signed-off-by: su622b --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bda954e..43a398b 100644 --- a/pom.xml +++ b/pom.xml @@ -172,7 +172,7 @@ ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' - 2.21.1 + 2.21.5 /content/sites/site/org/onap/dmaap/messagerouter/messageservice/${project.artifactId}/${project.version} true true @@ -333,6 +333,11 @@ + + commons-fileupload + commons-fileupload + 1.4 + org.springframework spring-webmvc -- 2.16.6