File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.8 .1</version >
45
+ <version >3.12 .1</version >
46
46
<configuration >
47
47
<source >11</source >
48
48
<target >11</target >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
63
63
<artifactId >junit-jupiter-engine</artifactId >
64
- <version >[5.10.0 ,)</version >
64
+ <version >[5.10.2 ,)</version >
65
65
</dependency >
66
66
</dependencies >
67
67
</plugin >
71
71
<dependency >
72
72
<groupId >org.junit.jupiter</groupId >
73
73
<artifactId >junit-jupiter-api</artifactId >
74
- <version >[5.10.0 ,)</version >
74
+ <version >[5.10.2 ,)</version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
Original file line number Diff line number Diff line change 42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
44
<artifactId >maven-compiler-plugin</artifactId >
45
- <version >3.11.0 </version >
45
+ <version >3.12.1 </version >
46
46
<configuration >
47
47
<source >11</source >
48
48
<target >11</target >
57
57
<dependency >
58
58
<groupId >org.junit.jupiter</groupId >
59
59
<artifactId >junit-jupiter-engine</artifactId >
60
- <version >[5.10.1 ,)</version >
60
+ <version >[5.10.2 ,)</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.10.1 ,)</version >
129
+ <version >[5.10.2 ,)</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.10.1 ,)</version >
135
+ <version >[1.10.2 ,)</version >
136
136
<scope >test</scope >
137
137
</dependency >
138
138
<dependency >
Original file line number Diff line number Diff line change 43
43
<plugin >
44
44
<groupId >org.apache.maven.plugins</groupId >
45
45
<artifactId >maven-compiler-plugin</artifactId >
46
- <version >3.11.0 </version >
46
+ <version >3.12.1 </version >
47
47
<configuration >
48
48
<source >11</source >
49
49
<target >11</target >
58
58
<dependency >
59
59
<groupId >org.junit.jupiter</groupId >
60
60
<artifactId >junit-jupiter-engine</artifactId >
61
- <version >[5.10.1 ,)</version >
61
+ <version >[5.10.2 ,)</version >
62
62
</dependency >
63
63
</dependencies >
64
64
</plugin >
243
243
<dependency >
244
244
<groupId >org.junit.jupiter</groupId >
245
245
<artifactId >junit-jupiter-api</artifactId >
246
- <version >[5.10.1 ,)</version >
246
+ <version >[5.10.2 ,)</version >
247
247
<scope >test</scope >
248
248
</dependency >
249
249
<dependency >
250
250
<groupId >org.junit.platform</groupId >
251
251
<artifactId >junit-platform-launcher</artifactId >
252
- <version >[1.10.1 ,)</version >
252
+ <version >[1.10.2 ,)</version >
253
253
<scope >test</scope >
254
254
</dependency >
255
255
<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.10.1 ,)</version >
63
+ <version >[5.10.2 ,)</version >
64
64
</dependency >
65
65
</dependencies >
66
66
</plugin >
219
219
<dependency >
220
220
<groupId >org.junit.jupiter</groupId >
221
221
<artifactId >junit-jupiter-api</artifactId >
222
- <version >[5.10.1 ,)</version >
222
+ <version >[5.10.2 ,)</version >
223
223
<scope >test</scope >
224
224
</dependency >
225
225
<dependency >
226
226
<groupId >org.junit.platform</groupId >
227
227
<artifactId >junit-platform-launcher</artifactId >
228
- <version >[1.10.1 ,)</version >
228
+ <version >[1.10.2 ,)</version >
229
229
<scope >test</scope >
230
230
</dependency >
231
231
<dependency >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.github.javadev</groupId >
37
37
<artifactId >underscore</artifactId >
38
- <version >1.94 </version >
38
+ <version >1.98 </version >
39
39
</dependency >
40
40
</dependencies >
41
41
<build >
You can’t perform that action at this time.
0 commit comments