File tree Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Expand file tree Collapse file tree 4 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 4242 <plugin >
4343 <groupId >org.apache.maven.plugins</groupId >
4444 <artifactId >maven-compiler-plugin</artifactId >
45- <version >3.12.1 </version >
45+ <version >3.14.0 </version >
4646 <configuration >
4747 <source >11</source >
4848 <target >11</target >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-surefire-plugin</artifactId >
59- <version >3.0.0 </version >
59+ <version >3.5.3 </version >
6060 <dependencies >
6161 <dependency >
6262 <groupId >org.junit.jupiter</groupId >
6363 <artifactId >junit-jupiter-engine</artifactId >
64- <version >[5.10.2,) </version >
64+ <version >5.13.2 </version >
6565 </dependency >
6666 </dependencies >
6767 </plugin >
7171 <dependency >
7272 <groupId >org.junit.jupiter</groupId >
7373 <artifactId >junit-jupiter-api</artifactId >
74- <version >[5.10.2,)</version >
74+ <version >5.13.2</version >
75+ <scope >test</scope >
76+ </dependency >
77+ <dependency >
78+ <groupId >org.junit.platform</groupId >
79+ <artifactId >junit-platform-launcher</artifactId >
80+ <version >1.13.2</version >
7581 <scope >test</scope >
7682 </dependency >
7783 </dependencies >
Original file line number Diff line number Diff line change 5757 <dependency >
5858 <groupId >org.junit.jupiter</groupId >
5959 <artifactId >junit-jupiter-engine</artifactId >
60- <version >[ 5.13.1,) </version >
60+ <version >5.13.2 </version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
156156 <dependency >
157157 <groupId >org.junit.jupiter</groupId >
158158 <artifactId >junit-jupiter-api</artifactId >
159- <version >[ 5.13.1,) </version >
159+ <version >5.13.2 </version >
160160 <scope >test</scope >
161161 </dependency >
162162 <dependency >
163163 <groupId >org.junit.jupiter</groupId >
164164 <artifactId >junit-jupiter-engine</artifactId >
165- <version >[ 5.13.1,) </version >
165+ <version >5.13.2 </version >
166166 <scope >test</scope >
167167 </dependency >
168168 <dependency >
169169 <groupId >org.junit.platform</groupId >
170170 <artifactId >junit-platform-launcher</artifactId >
171- <version >[ 1.13.1,) </version >
171+ <version >1.13.2 </version >
172172 <scope >test</scope >
173173 </dependency >
174174 <dependency >
Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter-engine</artifactId >
61- <version >[ 5.13.1,) </version >
61+ <version >5.13.2 </version >
6262 </dependency >
6363 </dependencies >
6464 </plugin >
244244 <dependency >
245245 <groupId >org.junit.jupiter</groupId >
246246 <artifactId >junit-jupiter-api</artifactId >
247- <version >[ 5.13.1,) </version >
247+ <version >5.13.2 </version >
248248 <scope >test</scope >
249249 </dependency >
250250 <dependency >
251251 <groupId >org.junit.jupiter</groupId >
252252 <artifactId >junit-jupiter-engine</artifactId >
253- <version >[ 5.13.1,) </version >
253+ <version >5.13.2 </version >
254254 <scope >test</scope >
255255 </dependency >
256256 <dependency >
257257 <groupId >org.junit.platform</groupId >
258258 <artifactId >junit-platform-launcher</artifactId >
259- <version >[ 1.13.1,) </version >
259+ <version >1.13.2 </version >
260260 <scope >test</scope >
261261 </dependency >
262262 <dependency >
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[ 5.13.1,) </version >
63+ <version >5.13.2 </version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
201201 <dependency >
202202 <groupId >org.junit.jupiter</groupId >
203203 <artifactId >junit-jupiter-api</artifactId >
204- <version >[ 5.13.1,) </version >
204+ <version >5.13.2 </version >
205205 <scope >test</scope >
206206 </dependency >
207207 <dependency >
208208 <groupId >org.junit.jupiter</groupId >
209209 <artifactId >junit-jupiter-engine</artifactId >
210- <version >[ 5.13.1,) </version >
210+ <version >5.13.2 </version >
211211 <scope >test</scope >
212212 </dependency >
213213 <dependency >
214214 <groupId >org.junit.platform</groupId >
215215 <artifactId >junit-platform-launcher</artifactId >
216- <version >[ 1.13.1,) </version >
216+ <version >1.13.2 </version >
217217 <scope >test</scope >
218218 </dependency >
219219 <dependency >
You can’t perform that action at this time.
0 commit comments