From d2e5043c959504faad7fd307e9312e89c3c1a96d Mon Sep 17 00:00:00 2001 From: Andreas Svanberg <andreass@dsv.su.se> Date: Fri, 28 Mar 2025 07:18:16 +0100 Subject: [PATCH] Fix CVE-2025-22228 (#143) See https://spring.io/security/cve-2025-22228 Fixes #142 Reviewed-on: https://gitea.dsv.su.se/DMC/scipro/pulls/143 Reviewed-by: Nico Athanassiadis <nico@dsv.su.se> Co-authored-by: Andreas Svanberg <andreass@dsv.su.se> Co-committed-by: Andreas Svanberg <andreass@dsv.su.se> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 617362a163..4d7f8a5d4a 100755 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <querydsl.version>5.0.0</querydsl.version> <poi.version>5.4.0</poi.version> - <spring.boot.version>3.4.3</spring.boot.version> + <spring.boot.version>3.4.4</spring.boot.version> <springdoc.openapi.version>2.8.3</springdoc.openapi.version> <!-- Database stuff -->