From f48dfabab9790f2b97d573b1175800dd5f856eea Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 29 Sep 2022 10:19:17 -0400 Subject: [PATCH] Update kotlin versions Update kotlin versions in springboot 2.5 and 2.6 parent poms Change-Id: I9ff9ee224795de252225cc0517bd40b4802b6a7f Issue-ID: CCSDK-3771 Signed-off-by: Timoney, Dan (dt5972) --- dependencies-bom/pom.xml | 2 +- .../src/main/resources/pom-template-jdk11.xml | 13 ++++++++----- springboot/springboot25/pom.xml | 13 ++++++++----- springboot/springboot26/pom.xml | 13 ++++++++----- 4 files changed, 25 insertions(+), 16 deletions(-) diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index be290e2e..e223b90f 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -52,7 +52,7 @@ com.google.code.gson gson - 2.8.9 + 2.9.0 com.google.guava diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml index 6718d610..04074043 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template-jdk11.xml @@ -80,6 +80,9 @@ 11 2.5.0 3.8.1 + 3.0.0-M5 + 3.0.0-M5 + 1.8 features.xml src/main/yang-gen-config src/main/yang-gen-sal @@ -103,10 +106,10 @@ ${spring.version} - 1.8 - 1.3.61 - 1.3.61 - 1.3.3 + 1.11 + 1.5.32 + 1.5.32 + 1.5.2 1.5.0 0.5.0 2.6.6 @@ -881,7 +884,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + ${maven-antrun-plugin.version} initialize diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index b8cacf4f..d62bc64f 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -80,6 +80,9 @@ 11 2.5.0 3.8.1 + 3.0.0-M5 + 3.0.0-M5 + 1.8 features.xml src/main/yang-gen-config src/main/yang-gen-sal @@ -103,10 +106,10 @@ 5.3.16 - 1.8 - 1.3.61 - 1.3.61 - 1.3.3 + 1.11 + 1.5.32 + 1.5.32 + 1.5.2 1.5.0 0.5.0 2.6.6 @@ -881,7 +884,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + ${maven-antrun-plugin.version} initialize diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 30d689a0..e96825f5 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -80,6 +80,9 @@ 11 2.5.0 3.8.1 + 3.0.0-M5 + 3.0.0-M5 + 1.8 features.xml src/main/yang-gen-config src/main/yang-gen-sal @@ -103,10 +106,10 @@ 5.3.22 - 1.8 - 1.3.61 - 1.3.61 - 1.3.3 + 1.11 + 1.5.32 + 1.5.32 + 1.5.2 1.5.0 0.5.0 2.6.6 @@ -881,7 +884,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.8 + ${maven-antrun-plugin.version} initialize -- 2.16.6