From 15473fb2c1c9700ad82156d1cb4fc500d2234e3e Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 4 Sep 2019 02:40:51 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-460644 --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index ec38bd5..2d8c009 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.springframework.boot spring-boot-starter-parent 2.0.0.BUILD-SNAPSHOT - + @@ -318,7 +318,7 @@ org.springframework.boot spring-boot-starter-test - 1.5.7.RELEASE + 2.0.1.RELEASE test @@ -372,12 +372,12 @@ org.springframework spring-context - 5.0.2.BUILD-SNAPSHOT + 5.0.5.RELEASE org.springframework spring-core - 5.0.2.BUILD-SNAPSHOT + 5.0.5.RELEASE org.mockito @@ -394,7 +394,7 @@ org.springframework.boot spring-boot-autoconfigure - 2.0.0.BUILD-SNAPSHOT + 2.0.1.RELEASE org.slf4j @@ -409,7 +409,7 @@ org.springframework spring-web - 5.0.2.BUILD-SNAPSHOT + 5.0.5.RELEASE com.giffing.wicket.spring.boot.starter @@ -419,24 +419,24 @@ org.springframework spring-test - 5.0.2.BUILD-SNAPSHOT + 5.0.5.RELEASE test org.springframework.boot spring-boot - 2.0.0.BUILD-SNAPSHOT + 2.0.1.RELEASE org.springframework.boot spring-boot-test - 2.0.0.BUILD-SNAPSHOT + 2.0.1.RELEASE test org.springframework spring-beans - 5.0.2.BUILD-SNAPSHOT + 5.0.5.RELEASE