From f2e52deb999b971a1048f303b8ef89111869f97c Mon Sep 17 00:00:00 2001 From: "avinash.akkera" Date: Thu, 19 Sep 2024 19:55:48 +0530 Subject: Upgrade for Java 17 with Kotlin 1.7 - Generated a new module for CDS with Java 17, Kotlin 1.7 & Spring Boot 2.7.18. Issue-ID: CCSDK-4054 Change-Id: Ifd4f9c35953d0c7fd297f56043eec37e8bcba18d Signed-off-by: avinash.akkera --- .../src/main/resources/pom-template-jdk17.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'springboot/spring-boot-setup/src/main/resources') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml index db3e8837..394ab82d 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk17.xml @@ -103,15 +103,15 @@ ${spring.version} - 1.11 - 1.5.32 - 1.5.32 - 1.5.2 - 1.5.0 - 0.5.0 - 2.6.6 + 17 + 1.7.0 + 1.7.0 + 1.7.0 + 1.11.0 + 0.6.1 + 2.15.0 2.2.3 - 1.9.3 + 1.13.12 ${springboot.antlr.version} -- cgit 1.2.3-korg