File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717 <!-- DEPENDENCIES VERSION -->
1818 <jdk .version>17</jdk .version>
19- <cds .services.version>3.1.0 </cds .services.version>
19+ <cds .services.version>3.1.1 </cds .services.version>
2020 <spring .boot.version>3.3.2</spring .boot.version>
2121 <cf-java-logging-support .version>3.8.4</cf-java-logging-support .version>
2222
23- <cds .cdsdk-version>8.1.0 </cds .cdsdk-version>
23+ <cds .cdsdk-version>8.1.1 </cds .cdsdk-version>
2424
2525 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2626 </properties >
5757 <plugin >
5858 <groupId >org.apache.maven.plugins</groupId >
5959 <artifactId >maven-compiler-plugin</artifactId >
60- <version >3.12.1 </version >
60+ <version >3.13.0 </version >
6161 <configuration >
6262 <release >${jdk.version} </release >
6363 <encoding >UTF-8</encoding >
7878 <plugin >
7979 <groupId >org.apache.maven.plugins</groupId >
8080 <artifactId >maven-surefire-plugin</artifactId >
81- <version >3.2.5 </version >
81+ <version >3.3.1 </version >
8282 <configuration >
8383 <failIfNoTests >true</failIfNoTests >
8484 </configuration >
115115 <plugin >
116116 <groupId >org.apache.maven.plugins</groupId >
117117 <artifactId >maven-enforcer-plugin</artifactId >
118- <version >3.4.1 </version >
118+ <version >3.5.0 </version >
119119 <executions >
120120 <execution >
121121 <id >Project Structure Checks</id >
You can’t perform that action at this time.
0 commit comments