fix(security): bump Spring Boot 4.0.6 → 4.0.7 — fixes CVE insecure temp file
Deploy to TrueNAS / deploy (push) Failing after 35s

Resolves SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-17308346 (Insecure Temporary File).
This was the last remaining Medium severity CVE blocking production hosting.
This commit is contained in:
Patrick Plate
2026-06-19 09:03:12 +02:00
parent dad798a904
commit 970f8eb295
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>4.0.6</version>
<version>4.0.7</version>
<relativePath/>
</parent>