From c34f63100e986b167dee415f6d6fd5573fe5b3d0 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 11 Dec 2023 13:26:21 +0000 Subject: Add springboot parent 32 Change-Id: I3c881e256e8ce296fb731ca94ee5fbf1f5cc9fef Signed-off-by: JohnKeeney Issue-ID: CCSDK-3974 --- .../src/main/properties/springboot32.properties | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 springboot/spring-boot-setup/src/main/properties/springboot32.properties (limited to 'springboot/spring-boot-setup/src/main/properties') diff --git a/springboot/spring-boot-setup/src/main/properties/springboot32.properties b/springboot/spring-boot-setup/src/main/properties/springboot32.properties new file mode 100644 index 00000000..e9ad3334 --- /dev/null +++ b/springboot/spring-boot-setup/src/main/properties/springboot32.properties @@ -0,0 +1,11 @@ +springbootparent.artifactId=spring-boot-starter-parent +springbootparent.groupId=org.springframework.boot +springbootparent.version=3.2.0 +springboot.project.artifactId=spring-boot-32-starter-parent +spring.version=6.1.1 +springboot.httpcomponents.core.version=4.5.16 +springboot.httpcomponents.client.version=4.5.14 +springboot.jackson.version=2.15.0 +springboot.logback.version=1.4.14 +springboot.slf4j.version=2.19.0 +springboot.antlr.version=4.12.0 -- cgit 1.2.3-korg