From e8a7692983c179320b30f164cce0ffae6d55c4b9 Mon Sep 17 00:00:00 2001 From: lapentafd Date: Tue, 28 Jan 2025 11:12:37 +0000 Subject: [PATCH] Update Springboot parent 3.4.1 - Solving Tomcat high severity CVE-2024-56337 Issue-ID: CCSDK-4026 Change-Id: Ib8b82b5031f6f19d44b2d216c4df9538628481ae Signed-off-by: lapentafd --- .../spring-boot-setup/src/main/properties/springboot34.properties | 2 +- springboot/springboot34/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springboot/spring-boot-setup/src/main/properties/springboot34.properties b/springboot/spring-boot-setup/src/main/properties/springboot34.properties index f3b0abeb..4117dd66 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot34.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot34.properties @@ -1,6 +1,6 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=3.4.0 +springbootparent.version=3.4.1 springboot.project.artifactId=spring-boot-34-starter-parent spring.version=6.2.0 springboot.httpcomponents.core.version=4.5.16 diff --git a/springboot/springboot34/pom.xml b/springboot/springboot34/pom.xml index 2da52c2c..bc9fd3b3 100644 --- a/springboot/springboot34/pom.xml +++ b/springboot/springboot34/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 @@ -99,7 +99,7 @@ ${ccsdk.sli.version} - 3.4.0 + 3.4.1 2.17.2 6.2.0 -- 2.16.6