File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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.1 </version >
52+ <version >3.5.2 </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.1 </version >
70+ <version >3.5.2 </version >
7171 <executions >
7272 <execution >
7373 <goals >
108108 <plugin >
109109 <groupId >org.codehaus.mojo</groupId >
110110 <artifactId >exec-maven-plugin</artifactId >
111- <version >3.4.1 </version >
111+ <version >3.5.0 </version >
112112 <executions >
113113 <execution >
114114 <phase >pre-integration-test</phase >
Original file line number Diff line number Diff line change 100100 <plugin >
101101 <groupId >org.apache.maven.plugins</groupId >
102102 <artifactId >maven-surefire-plugin</artifactId >
103- <version >3.5.1 </version >
103+ <version >3.5.2 </version >
104104 <configuration >
105105 <failIfNoTests >true</failIfNoTests >
106106 </configuration >
109109 <plugin >
110110 <groupId >org.apache.maven.plugins</groupId >
111111 <artifactId >maven-failsafe-plugin</artifactId >
112- <version >3.5.1 </version >
112+ <version >3.5.2 </version >
113113 </plugin >
114114
115115 <!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
You can’t perform that action at this time.
0 commit comments