diff options
Diffstat (limited to 'cps-parent')
-rwxr-xr-x | cps-parent/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index d5eb3d44cd..913120dc68 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> |