File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <plugin >
4949 <groupId >org.apache.maven.plugins</groupId >
5050 <artifactId >maven-surefire-plugin</artifactId >
51- <version >3.5.4 </version >
51+ <version >3.5.5 </version >
5252 <configuration >
5353 <failIfNoTests >false</failIfNoTests >
5454 </configuration >
6666 <!-- Tests ending with *IT.java will be executed here -->
6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-failsafe-plugin</artifactId >
69- <version >3.5.4 </version >
69+ <version >3.5.5 </version >
7070 <executions >
7171 <execution >
7272 <goals >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.10 </version >
8+ <version >3.5.11 </version >
99 <relativePath />
1010 <!-- lookup parent from repository -->
1111 </parent >
103103 <plugin >
104104 <groupId >org.apache.maven.plugins</groupId >
105105 <artifactId >maven-surefire-plugin</artifactId >
106- <version >3.5.4 </version >
106+ <version >3.5.5 </version >
107107 <configuration >
108108 <failIfNoTests >true</failIfNoTests >
109109 </configuration >
112112 <plugin >
113113 <groupId >org.apache.maven.plugins</groupId >
114114 <artifactId >maven-failsafe-plugin</artifactId >
115- <version >3.5.4 </version >
115+ <version >3.5.5 </version >
116116 </plugin >
117117
118118 <!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
You can’t perform that action at this time.
0 commit comments