From 4d46bb1a5fbc151f7f76942a87def2fe8146134a Mon Sep 17 00:00:00 2001 From: Jozsef Csongvai Date: Mon, 26 Sep 2022 11:09:50 -0400 Subject: Upgrade spring boot parent and hazelcast The code changes are required for kotlin upgrade. New kotlin version is 1.5.32 (defined in spring-boot-parent) Issue-ID: CCSDK-3701 Issue-ID: CCSDK-3762 Signed-off-by: Jozsef Csongvai Change-Id: I0d6ecc7bee8c21d2ecd3ac4364845c5c8e0e9738 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 103e1bcc4..15ab6fab8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,8 @@ limitations under the License. org.onap.ccsdk.parent - spring-boot-starter-parent - 2.4.2 + spring-boot-26-starter-parent + 2.4.4 @@ -55,7 +55,7 @@ limitations under the License. **/*.java,**/*.kt ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - 0.8.3 + 0.8.7 false @@ -73,7 +73,7 @@ limitations under the License. ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' - 1.5.1 + 1.5.2-SNAPSHOT ${project.version} -- cgit 1.2.3-korg