From d26ea6b949ab5f5661b7d79a81ed457de66c41ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 08:54:02 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-11520814 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 779e4c48..457101e4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent 2.3.5.RELEASE - + com.example demo @@ -152,7 +152,7 @@ io.undertow undertow-servlet - 2.3.6.Final + 2.3.9.Final