File tree Expand file tree Collapse file tree 6 files changed +17
-18
lines changed
main/java/com/github/underscore
test/java/com/github/underscore Expand file tree Collapse file tree 6 files changed +17
-18
lines changed 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.12.2,) </version >
60+ <version >5.13.2 </version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
129129 <dependency >
130130 <groupId >org.junit.jupiter</groupId >
131131 <artifactId >junit-jupiter-api</artifactId >
132- <version >[5.12.2,) </version >
132+ <version >5.13.2 </version >
133133 <scope >test</scope >
134134 </dependency >
135135 <dependency >
136136 <groupId >org.junit.jupiter</groupId >
137137 <artifactId >junit-jupiter-engine</artifactId >
138- <version >[5.12.2,) </version >
138+ <version >5.13.2 </version >
139139 <scope >test</scope >
140140 </dependency >
141141 <dependency >
142142 <groupId >org.junit.platform</groupId >
143143 <artifactId >junit-platform-launcher</artifactId >
144- <version >[1.12.2,) </version >
144+ <version >1.13.2 </version >
145145 <scope >test</scope >
146146 </dependency >
147147 <dependency >
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.12.2,) </version >
60+ <version >5.13.2 </version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
129129 <dependency >
130130 <groupId >org.junit.jupiter</groupId >
131131 <artifactId >junit-jupiter-api</artifactId >
132- <version >[5.12.2,) </version >
132+ <version >5.13.2 </version >
133133 <scope >test</scope >
134134 </dependency >
135135 <dependency >
136136 <groupId >org.junit.jupiter</groupId >
137137 <artifactId >junit-jupiter-engine</artifactId >
138- <version >[5.12.2,) </version >
138+ <version >5.13.2 </version >
139139 <scope >test</scope >
140140 </dependency >
141141 <dependency >
142142 <groupId >org.junit.platform</groupId >
143143 <artifactId >junit-platform-launcher</artifactId >
144- <version >[1.12.2,) </version >
144+ <version >1.13.2 </version >
145145 <scope >test</scope >
146146 </dependency >
147147 <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.12.2,) </version >
61+ <version >5.13.2 </version >
6262 </dependency >
6363 </dependencies >
6464 </plugin >
238238 <dependency >
239239 <groupId >org.junit.jupiter</groupId >
240240 <artifactId >junit-jupiter-api</artifactId >
241- <version >[5.12.2,) </version >
241+ <version >5.13.2 </version >
242242 <scope >test</scope >
243243 </dependency >
244244 <dependency >
245245 <groupId >org.junit.jupiter</groupId >
246246 <artifactId >junit-jupiter-engine</artifactId >
247- <version >[5.12.2,) </version >
247+ <version >5.13.2 </version >
248248 <scope >test</scope >
249249 </dependency >
250250 <dependency >
251251 <groupId >org.junit.platform</groupId >
252252 <artifactId >junit-platform-launcher</artifactId >
253- <version >[1.12.2,) </version >
253+ <version >1.13.2 </version >
254254 <scope >test</scope >
255255 </dependency >
256256 <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.12.2,) </version >
63+ <version >5.13.2 </version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
189189 <dependency >
190190 <groupId >org.junit.jupiter</groupId >
191191 <artifactId >junit-jupiter-api</artifactId >
192- <version >[5.12.2,) </version >
192+ <version >5.13.2 </version >
193193 <scope >test</scope >
194194 </dependency >
195195 <dependency >
196196 <groupId >org.junit.jupiter</groupId >
197197 <artifactId >junit-jupiter-engine</artifactId >
198- <version >[5.12.2,) </version >
198+ <version >5.13.2 </version >
199199 <scope >test</scope >
200200 </dependency >
201201 <dependency >
202202 <groupId >org.junit.platform</groupId >
203203 <artifactId >junit-platform-launcher</artifactId >
204- <version >[1.12.2,) </version >
204+ <version >1.13.2 </version >
205205 <scope >test</scope >
206206 </dependency >
207207 <dependency >
Original file line number Diff line number Diff line change 6060 */
6161@ SuppressWarnings ({
6262 "java:S106" ,
63- "java:S2095" ,
6463 "java:S2189" ,
6564 "java:S2272" ,
6665 "java:S2789" ,
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ void defer() {
199199 return null ;
200200 });
201201 assertEquals (0 , counter [0 ].intValue (), "incr was debounced" );
202- await ().atMost (240 , TimeUnit .MILLISECONDS )
202+ await ().atMost (400 , TimeUnit .MILLISECONDS )
203203 .until (
204204 () -> {
205205 assertEquals (1 , counter [0 ].intValue (), "incr was debounced" );
You can’t perform that action at this time.
0 commit comments