summaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-07-26 10:36:15 +0100
committeregernug <gerard.nugent@est.tech>2023-09-14 10:47:51 +0100
commit9693ec51cf6526082f0ad0c3ad208d144cbbb163 (patch)
treeb3e0c1a0506bcb6d17687f353448e41c092fb964 /cps-parent
parentbf8997853d7759383303b07bbeb780ca73428536 (diff)
Migrate CPS to Spring-boot 3.0
Issue-ID: CPS-1789 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I932fca8a50cedf2ae0604401c5e2b27896e4d449
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index a8de0ae0e..efee388fe 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -46,6 +46,7 @@
../jacoco-report/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<parent.directory>${project.basedir}/..</parent.directory>
+ <maven.compiler.release>17</maven.compiler.release>
</properties>
<profiles>
@@ -117,7 +118,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.6.4</version>
+ <version>3.0.0</version>
<executions>
<execution>
<goals>
@@ -169,7 +170,7 @@
<!-- The SpotBugs Maven plugin uses SLF4J 1.8 beta 2 -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.8.0-beta4</version>
+ <version>2.0.6</version>
</dependency>
</dependencies>
<configuration>
@@ -214,7 +215,7 @@
<plugin>
<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo-maven-plugin</artifactId>
- <version>1.1.1</version>
+ <version>1.2.1</version>
<configuration>
<targetVersion>${java.version}</targetVersion>
</configuration>
@@ -232,10 +233,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
+ <version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>