From ccaba40c9e871aed4e07f9d31f7cc953e4293b6d Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 4 Jun 2019 02:41:30 +0000 Subject: [PATCH] fix: Web/pom.xml & pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-174736 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-32111 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72445 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72446 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72447 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72448 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72449 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72450 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72451 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72882 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72883 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-72884 - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONDATATYPE-173759 - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-31650 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-31689 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-31690 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-32199 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-32202 - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-72470 --- Web/pom.xml | 2 +- pom.xml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 Web/pom.xml diff --git a/Web/pom.xml b/Web/pom.xml old mode 100755 new mode 100644 index fcb24d5..35d07d7 --- a/Web/pom.xml +++ b/Web/pom.xml @@ -50,7 +50,7 @@ com.giffing.wicket.spring.boot.starter wicket-spring-boot-starter - 2.0.4 + 2.1.6 diff --git a/pom.xml b/pom.xml index ec38bd5..ab9c034 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.0.RELEASE test @@ -372,7 +372,7 @@ org.springframework spring-context - 5.0.2.BUILD-SNAPSHOT + 5.0.3.RELEASE org.springframework @@ -394,7 +394,7 @@ org.springframework.boot spring-boot-autoconfigure - 2.0.0.BUILD-SNAPSHOT + 2.0.0.RELEASE org.slf4j @@ -409,7 +409,7 @@ org.springframework spring-web - 5.0.2.BUILD-SNAPSHOT + 5.0.3.RELEASE com.giffing.wicket.spring.boot.starter @@ -419,24 +419,24 @@ org.springframework spring-test - 5.0.2.BUILD-SNAPSHOT + 5.0.3.RELEASE test org.springframework.boot spring-boot - 2.0.0.BUILD-SNAPSHOT + 2.0.0.RELEASE org.springframework.boot spring-boot-test - 2.0.0.BUILD-SNAPSHOT + 2.0.0.RELEASE test org.springframework spring-beans - 5.0.2.BUILD-SNAPSHOT + 5.0.3.RELEASE