We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdaab6 commit 9bf3789Copy full SHA for 9bf3789
pom.xml
@@ -221,13 +221,13 @@
221
<dependency>
222
<groupId>org.junit.jupiter</groupId>
223
<artifactId>junit-jupiter-engine</artifactId>
224
- <version>5.4.0</version>
+ <version>5.5.0-M1</version>
225
<scope>test</scope>
226
</dependency>
227
228
<groupId>org.junit.platform</groupId>
229
<artifactId>junit-platform-runner</artifactId>
230
- <version>1.4.0</version>
+ <version>1.5.0-M1</version>
231
232
233
@@ -245,7 +245,7 @@
245
246
<groupId>org.mockito</groupId>
247
<artifactId>mockito-core</artifactId>
248
- <version>2.24.5</version>
+ <version>2.25.1</version>
249
250
251
0 commit comments