summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-07-17 13:45:51 +0100
committeregernug <gerard.nugent@est.tech>2023-07-21 14:34:10 +0100
commit92f74d79d912110ce62173298abe33414dec8fd1 (patch)
treeaf72a391f1fc87ce201825602643eed6b090200c
parenta9b8d9da4602727ca5810f62d250b6b941664b8c (diff)
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 <gerard.nugent@est.tech> Change-Id: If53c7cdeb73b31a84d4c6ac5163ab38b6bb9d5fa
-rw-r--r--pom.xml6
1 files 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 @@
<description>DMI Plugin Service</description>
<properties>
<app>org.onap.cps.ncmp.dmi.Application</app>
- <base.image>${docker.pull.registry}/onap/integration-java11:8.0.0</base.image>
- <cps.version>3.3.3</cps.version>
+ <base.image>${docker.pull.registry}/onap/integration-java17:12.0.0</base.image>
+ <cps.version>3.3.5</cps.version>
<image.tag>${project.version}-${maven.build.timestamp}</image.tag>
<jacoco.minimum.coverage>0.98</jacoco.minimum.coverage>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
@@ -454,7 +454,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.1.3</version>
+ <version>4.4.2</version>
<executions>
<execution>
<id>analyze-compile</id>