File tree Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >org.junit.jupiter</groupId >
59
59
<artifactId >junit-jupiter-engine</artifactId >
60
- <version >[5.11.0 ,)</version >
60
+ <version >[5.11.3 ,)</version >
61
61
</dependency >
62
62
</dependencies >
63
63
</plugin >
126
126
<dependency >
127
127
<groupId >org.junit.jupiter</groupId >
128
128
<artifactId >junit-jupiter-api</artifactId >
129
- <version >[5.11.0 ,)</version >
129
+ <version >[5.11.3 ,)</version >
130
130
<scope >test</scope >
131
131
</dependency >
132
132
<dependency >
133
133
<groupId >org.junit.platform</groupId >
134
134
<artifactId >junit-platform-launcher</artifactId >
135
- <version >[1.11.0 ,)</version >
135
+ <version >[1.11.3 ,)</version >
136
136
<scope >test</scope >
137
137
</dependency >
138
138
<dependency >
Original file line number Diff line number Diff line change 58
58
<dependency >
59
59
<groupId >org.junit.jupiter</groupId >
60
60
<artifactId >junit-jupiter-engine</artifactId >
61
- <version >[5.11.0 ,)</version >
61
+ <version >[5.11.3 ,)</version >
62
62
</dependency >
63
63
</dependencies >
64
64
</plugin >
244
244
<dependency >
245
245
<groupId >org.junit.jupiter</groupId >
246
246
<artifactId >junit-jupiter-api</artifactId >
247
- <version >[5.11.0 ,)</version >
247
+ <version >[5.11.3 ,)</version >
248
248
<scope >test</scope >
249
249
</dependency >
250
250
<dependency >
251
251
<groupId >org.junit.platform</groupId >
252
252
<artifactId >junit-platform-launcher</artifactId >
253
- <version >[1.11.0 ,)</version >
253
+ <version >[1.11.3 ,)</version >
254
254
<scope >test</scope >
255
255
</dependency >
256
256
<dependency >
Original file line number Diff line number Diff line change 60
60
<dependency >
61
61
<groupId >org.junit.jupiter</groupId >
62
62
<artifactId >junit-jupiter-engine</artifactId >
63
- <version >[5.11.0 ,)</version >
63
+ <version >[5.11.3 ,)</version >
64
64
</dependency >
65
65
</dependencies >
66
66
</plugin >
201
201
<dependency >
202
202
<groupId >org.junit.jupiter</groupId >
203
203
<artifactId >junit-jupiter-api</artifactId >
204
- <version >[5.11.0 ,)</version >
204
+ <version >[5.11.3 ,)</version >
205
205
<scope >test</scope >
206
206
</dependency >
207
207
<dependency >
208
208
<groupId >org.junit.jupiter</groupId >
209
209
<artifactId >junit-jupiter-engine</artifactId >
210
- <version >[5.11.0 ,)</version >
210
+ <version >[5.11.3 ,)</version >
211
211
<scope >test</scope >
212
212
</dependency >
213
213
<dependency >
214
214
<groupId >org.junit.platform</groupId >
215
215
<artifactId >junit-platform-launcher</artifactId >
216
- <version >[1.11.0 ,)</version >
216
+ <version >[1.11.3 ,)</version >
217
217
<scope >test</scope >
218
218
</dependency >
219
219
<dependency >
Original file line number Diff line number Diff line change 27
27
<groupId >org.springframework.boot</groupId >
28
28
<artifactId >spring-boot-starter-web</artifactId >
29
29
</dependency >
30
- <dependency >
31
- <groupId >org.springframework</groupId >
32
- <artifactId >spring-web</artifactId >
33
- <version >[6.1.4,)</version >
34
- </dependency >
35
30
<dependency >
36
31
<groupId >org.springframework.boot</groupId >
37
32
<artifactId >spring-boot-starter-test</artifactId >
40
35
<dependency >
41
36
<groupId >com.github.javadev</groupId >
42
37
<artifactId >underscore</artifactId >
43
- <version >[1.98 ,)</version >
38
+ <version >[1.107 ,)</version >
44
39
</dependency >
45
40
</dependencies >
46
41
<build >
You can’t perform that action at this time.
0 commit comments