From 49b147f56cb0e510305b5384df8acea34cbf8939 Mon Sep 17 00:00:00 2001 From: su622b Date: Tue, 17 Apr 2018 18:35:35 -0400 Subject: Changes for security vulnerabilities Issue-ID: DMAAP-375 Change-Id: I5ef04e747c455d00fd28f3a2cb93e34bb58f2c79 Signed-off-by: su622b --- pom.xml | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8d8b206..719033e 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ 1.5.0 dmaap v1 - 3.0.5-oss + 3.0.6-oss @@ -332,7 +332,16 @@ dme2 3.1.200-oss - + + org.springframework + spring-expression + 3.1.0.RC1 + + + org.springframework + spring-messaging + 4.1.9.RELEASE + com.sun.mail javax.mail @@ -402,7 +411,23 @@ org.springframework spring-webmvc - 3.2.18.RELEASE + 4.3.15.RELEASE + + + org.springframework + spring-core + 4.3.15.RELEASE + + + org.springframework + spring-beans + 4.3.15.RELEASE + + + + org.springframework + spring-context + 4.3.15.RELEASE commons-io @@ -552,7 +577,7 @@ com.att.ajsc ajsc-archetype-parent - 3.0.5-oss + 3.0.6-oss pom @@ -684,13 +709,13 @@ com.att.ajsc ajsc-runner - 3.0.5-oss + 3.0.6-oss runtime com.att.ajsc ajsc-core - 3.0.5-oss + 3.0.6-oss provided -- cgit 1.2.3-korg