From a1dffa34db64d76727d0932a34b2258751cc3e02 Mon Sep 17 00:00:00 2001 From: Andreas Svanberg Date: Tue, 3 Dec 2024 10:41:55 +0100 Subject: [PATCH] Upgrade Spring Boot version to address many security vulnerabilities CVE-2024-38809, CVE-2024-38816, and CVE-2024-38820 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e69b87c989..8448e670cf 100755 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.5 + 3.2.12 import pom -- 2.39.5