From: saul.gill Date: Thu, 19 Jun 2025 14:56:12 +0000 (+0100) Subject: Updating springboot parent to 3.5.3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9685a6b4e64e9bcd9405cb882463d8e8338c0929;p=ccsdk%2Fparent.git Updating springboot parent to 3.5.3 Fixes postgres vulnerability Fixes tomcat vulnerability Updated Spring to 6.2.8 Issue-ID: CCSDK-4113 Change-Id: I6a0b1bf93513a5b962e87bdcf4b3b09e0b1e9108 Signed-off-by: saul.gill --- diff --git a/springboot/spring-boot-setup/src/main/properties/springboot35.properties b/springboot/spring-boot-setup/src/main/properties/springboot35.properties index ce41f864..04d7e52e 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot35.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot35.properties @@ -1,8 +1,8 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=3.5.0 +springbootparent.version=3.5.3 springboot.project.artifactId=spring-boot-35-starter-parent -spring.version=6.2.7 +spring.version=6.2.8 springboot.httpcomponents.core.version=5.3.3 springboot.httpcomponents.client.version=5.4.2 springboot.jackson.version=2.19.0 diff --git a/springboot/springboot35/pom.xml b/springboot/springboot35/pom.xml index a68629ad..1ac224de 100644 --- a/springboot/springboot35/pom.xml +++ b/springboot/springboot35/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.3 @@ -99,9 +99,9 @@ ${ccsdk.sli.version} - 3.5.0 + 3.5.3 2.17.2 - 6.2.7 + 6.2.8 17