From 7d5874d22bbc1f88ee93bd9654f0e98f7996bac9 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 28 Aug 2023 15:51:42 +0100 Subject: Add springboot parent 31 for London https://spring.io/security/cve-2023-20883 by upgrading spring to 3.1.0+ Issue-ID: CCSDK-3921 Change-Id: I5fd8d252982aeea81cad0e31a5fd2fc1befff5b3 Signed-off-by: JohnKeeney --- springboot/spring-boot-setup/pom.xml | 46 ++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'springboot/spring-boot-setup/pom.xml') diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index 017cf691..c22eac8f 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -143,6 +143,30 @@ UTF-8 + + create-springboot31-parent-pom + + copy-resources + + validate + + ../springboot31 + + + src/main/resources + + pom-template-jdk17.xml + + true + + + \ + + ${basedir}/src/main/properties/springboot31.properties + + UTF-8 + + @@ -194,6 +218,28 @@ ../springboot26/pom.xml + + rename-springboot30-parent-pom + validate + + rename + + + ../springboot30/pom-template-jdk17.xml + ../springboot30/pom.xml + + + + rename-springboot31-parent-pom + validate + + rename + + + ../springboot31/pom-template-jdk17.xml + ../springboot31/pom.xml + + -- cgit