From 5d1a7d08d20395185a98c1a1836977067d3f0e86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Aug 2024 04:23:00 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-7687447 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 pom.xml diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index 70be50b576..6218dd0de8 --- a/pom.xml +++ b/pom.xml @@ -196,14 +196,14 @@ org.springframework spring-websocket - 4.3.7.RELEASE + 5.3.38 provided true org.springframework spring-webmvc - 4.3.7.RELEASE + 5.3.38 provided true @@ -224,7 +224,7 @@ io.springfox springfox-spring-web - 2.6.1 + 3.0.0 provided true