We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5aed8b + 06416c3 commit 76ba5c7Copy full SHA for 76ba5c7
pom.xml
@@ -218,13 +218,13 @@
218
<dependency>
219
<groupId>org.junit.jupiter</groupId>
220
<artifactId>junit-jupiter-engine</artifactId>
221
- <version>5.1.0</version>
+ <version>5.1.1</version>
222
<scope>test</scope>
223
</dependency>
224
225
<groupId>org.junit.platform</groupId>
226
<artifactId>junit-platform-runner</artifactId>
227
- <version>1.1.0</version>
+ <version>1.1.1</version>
228
229
230
@@ -242,7 +242,7 @@
242
243
<groupId>org.mockito</groupId>
244
<artifactId>mockito-core</artifactId>
245
- <version>2.15.0</version>
+ <version>2.18.0</version>
246
247
248
0 commit comments