Skip to content

Commit 24ff6ae

Browse files
committed
update versions
1 parent dd8810b commit 24ff6ae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<!-- DEPENDENCIES VERSION -->
1919
<jdk.version>21</jdk.version>
20-
<cds.services.version>4.6.1</cds.services.version>
21-
<spring.boot.version>3.5.9</spring.boot.version>
20+
<cds.services.version>4.7.0</cds.services.version>
21+
<spring.boot.version>3.5.11</spring.boot.version>
2222

2323
<cds.install-node.downloadUrl>https://nodejs.org/dist/</cds.install-node.downloadUrl>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -66,7 +66,7 @@
6666
<!-- JAVA VERSION -->
6767
<plugin>
6868
<artifactId>maven-compiler-plugin</artifactId>
69-
<version>3.14.0</version>
69+
<version>3.15.0</version>
7070
<configuration>
7171
<release>${jdk.version}</release>
7272
<encoding>UTF-8</encoding>
@@ -86,14 +86,14 @@
8686
<!-- SUREFIRE VERSION -->
8787
<plugin>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.5.3</version>
89+
<version>3.5.5</version>
9090
</plugin>
9191

9292
<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
9393
<plugin>
9494
<groupId>org.codehaus.mojo</groupId>
9595
<artifactId>flatten-maven-plugin</artifactId>
96-
<version>1.7.2</version>
96+
<version>1.7.3</version>
9797
<configuration>
9898
<updatePomFile>true</updatePomFile>
9999
<flattenMode>resolveCiFriendliesOnly</flattenMode>
@@ -119,7 +119,7 @@
119119
<!-- PROJECT STRUCTURE CHECKS -->
120120
<plugin>
121121
<artifactId>maven-enforcer-plugin</artifactId>
122-
<version>3.6.1</version>
122+
<version>3.6.2</version>
123123
<executions>
124124
<execution>
125125
<id>Project Structure Checks</id>

0 commit comments

Comments
 (0)