File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4949 <plugin >
5050 <groupId >org.apache.maven.plugins</groupId >
5151 <artifactId >maven-surefire-plugin</artifactId >
52- <version >3.5.0 </version >
52+ <version >3.5.1 </version >
5353 <configuration >
5454 <failIfNoTests >false</failIfNoTests >
5555 </configuration >
6767 <!-- Tests ending with *IT.java will be executed here -->
6868 <groupId >org.apache.maven.plugins</groupId >
6969 <artifactId >maven-failsafe-plugin</artifactId >
70- <version >3.5.0 </version >
70+ <version >3.5.1 </version >
7171 <executions >
7272 <execution >
7373 <goals >
Original file line number Diff line number Diff line change 110110 <plugin >
111111 <groupId >org.apache.maven.plugins</groupId >
112112 <artifactId >maven-surefire-plugin</artifactId >
113- <version >3.5.0 </version >
113+ <version >3.5.1 </version >
114114 <configuration >
115115 <failIfNoTests >true</failIfNoTests >
116116 </configuration >
119119 <plugin >
120120 <groupId >org.apache.maven.plugins</groupId >
121121 <artifactId >maven-failsafe-plugin</artifactId >
122- <version >3.5.0 </version >
122+ <version >3.5.1 </version >
123123 </plugin >
124124
125125 <!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
Original file line number Diff line number Diff line change 230230 </goals >
231231 <configuration >
232232 <basePackage >cds.gen</basePackage >
233+ <strictSetters >true</strictSetters >
233234 </configuration >
234235 </execution >
235236 </executions >
You can’t perform that action at this time.
0 commit comments