From 2b8268f3c599c185fbef549583d0f9dcdcb3a861 Mon Sep 17 00:00:00 2001 From: egernug Date: Mon, 3 Jul 2023 10:09:09 +0100 Subject: Upgrade to Java 17 Upgrade CPS component to Java 17 Issue-ID:CPS-1767 Signed-off-by: egernug Change-Id: Ide1e75205851e025371b4822ee161f71f04a6af1 --- cps-parent/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cps-parent/pom.xml') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index d5eb3d44c..913120dc6 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -37,7 +37,7 @@ org.onap.cps.Application - 11 + 17 0.97 42.5.1 @@ -153,7 +153,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.1.3 + 4.4.2 com.github.spotbugs @@ -357,6 +357,7 @@ org.jacoco jacoco-maven-plugin + 0.8.10 org/onap/cps/event/model/* @@ -402,6 +403,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin + 3.9.1.2184 org.codehaus.mojo -- cgit 1.2.3-korg