From 92f74d79d912110ce62173298abe33414dec8fd1 Mon Sep 17 00:00:00 2001 From: egernug Date: Mon, 17 Jul 2023 13:45:51 +0100 Subject: Migrate DMI Plugin to Java 17 As part of vulnerability work CPS is migrating to Java 17 Issue-ID: CPS-1775 Signed-off-by: egernug Change-Id: If53c7cdeb73b31a84d4c6ac5163ab38b6bb9d5fa --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e08f725f..01eee447 100644 --- a/pom.xml +++ b/pom.xml @@ -39,8 +39,8 @@ DMI Plugin Service org.onap.cps.ncmp.dmi.Application - ${docker.pull.registry}/onap/integration-java11:8.0.0 - 3.3.3 + ${docker.pull.registry}/onap/integration-java17:12.0.0 + 3.3.5 ${project.version}-${maven.build.timestamp} 0.98 yyyyMMdd'T'HHmmss'Z' @@ -454,7 +454,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.1.3 + 4.4.2 analyze-compile -- cgit 1.2.3-korg