From 970f8eb295608da09fc16e3ae956a6289342ce57 Mon Sep 17 00:00:00 2001 From: Patrick Plate Date: Fri, 19 Jun 2026 09:03:12 +0200 Subject: [PATCH] =?UTF-8?q?fix(security):=20bump=20Spring=20Boot=204.0.6?= =?UTF-8?q?=20=E2=86=92=204.0.7=20=E2=80=94=20fixes=20CVE=20insecure=20tem?= =?UTF-8?q?p=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-17308346 (Insecure Temporary File). This was the last remaining Medium severity CVE blocking production hosting. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 156beef..d36c165 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.6 + 4.0.7