From e80f83ffde69832a0fc268e7e3f2c07a1e46864a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Sep 2025 14:54:28 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12817817 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8f19caa..87791b9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,22 +13,22 @@ org.springframework spring-core - 3.2.4.RELEASE + 6.2.11 org.springframework spring-context - 3.2.4.RELEASE + 6.2.11 org.springframework spring-webmvc - 3.2.4.RELEASE + 6.2.11 org.springframework.boot spring-boot-starter-web - 1.5.0.RELEASE + 3.4.10 \ No newline at end of file