diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-07-14 10:48:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-07-14 10:48:02 +0000 |
commit | 1de01a856f4e655ae82c945c5229d7f4d2ab37ad (patch) | |
tree | 8e6024854711b2947913fabaa112b25623b553e2 /cps-parent | |
parent | a3aba7c370817c1df7c6188ebe825252b935c4ae (diff) | |
parent | 2b8268f3c599c185fbef549583d0f9dcdcb3a861 (diff) |
Merge "Upgrade to Java 17"
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> |