From fd59f6bb47ee6e9a401ce271ce21663dff7dc871 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 28 Aug 2023 16:25:14 +0100 Subject: Add springboot parent 31 for Montreal https://spring.io/security/cve-2023-20883 by upgrading spring to 3.1.0+ Issue-ID: CCSDK-3921 Change-Id: Ie75aa4ebb26c29e05ce66a46e9be3a88534d033d Signed-off-by: JohnKeeney --- springboot/spring-boot-setup/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 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 5124a7be..c4ae6b47 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 + + @@ -205,6 +229,17 @@ ../springboot30/pom.xml + + rename-springboot31-parent-pom + validate + + rename + + + ../springboot31/pom-template-jdk17.xml + ../springboot31/pom.xml + + -- cgit 1.2.3-korg