From 83d3d0b7511bce0a4dce7724e1e4a6b54d3b3dc4 Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Fri, 31 Aug 2018 14:01:39 +0200 Subject: [PATCH] Fix critical security issues -change pom dependencies version Change-Id: I053f46b33aeb61e10e390af039dcf19c8247b651 Issue-ID: EXTAPI-126 Signed-off-by: romaingimbert --- pom.xml | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8c849e3..e7768ff 100644 --- a/pom.xml +++ b/pom.xml @@ -109,9 +109,19 @@ ch.qos.logback logback-classic + + org.apache.tomcat.embed + tomcat-embed-core + + + org.apache.tomcat.embed + tomcat-embed-core + 8.5.33 + + ch.qos.logback logback-classic @@ -121,12 +131,24 @@ org.springframework.boot spring-boot-starter-data-jpa + + + org.springframework.data + spring-data-commons + + - - org.springframework.boot - spring-boot-starter-aop - + + org.springframework.data + spring-data-commons + 1.13.14.RELEASE + + + + org.springframework.boot + spring-boot-starter-aop + org.apache.commons @@ -137,7 +159,7 @@ commons-beanutils commons-beanutils - 1.9.3 + 1.9.0 @@ -180,7 +202,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.8.11 + 2.9.6 -- 2.16.6