summaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-07-03 10:09:09 +0100
committeregernug <gerard.nugent@est.tech>2023-07-13 10:49:36 +0100
commit2b8268f3c599c185fbef549583d0f9dcdcb3a861 (patch)
tree7aa92be824d7fedd2c27bcfb969da78364a0feb2 /cps-parent
parentdb2db56f3358fa8dcccc864e04b490b307877c33 (diff)
Upgrade to Java 17
Upgrade CPS component to Java 17 Issue-ID:CPS-1767 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ide1e75205851e025371b4822ee161f71f04a6af1
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml6
1 files changed, 4 insertions, 2 deletions
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 @@
<properties>
<app>org.onap.cps.Application</app>
- <java.version>11</java.version>
+ <java.version>17</java.version>
<minimum-coverage>0.97</minimum-coverage>
<postgres.version>42.5.1</postgres.version>
@@ -153,7 +153,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.1.3</version>
+ <version>4.4.2</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
@@ -357,6 +357,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.8.10</version>
<configuration>
<excludes>
<exclude>org/onap/cps/event/model/*</exclude>
@@ -402,6 +403,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
+ <version>3.9.1.2184</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>