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 a56a17e commit 37b93e9Copy full SHA for 37b93e9
pom.xml
@@ -242,13 +242,13 @@
242
<dependency>
243
<groupId>org.junit.jupiter</groupId>
244
<artifactId>junit-jupiter-engine</artifactId>
245
- <version>5.6.0-RC1</version>
+ <version>5.6.0</version>
246
<scope>test</scope>
247
</dependency>
248
249
<groupId>org.junit.platform</groupId>
250
<artifactId>junit-platform-runner</artifactId>
251
- <version>1.6.0-RC1</version>
+ <version>1.6.0</version>
252
253
254
@@ -260,7 +260,7 @@
260
261
<groupId>org.assertj</groupId>
262
<artifactId>assertj-core</artifactId>
263
- <version>3.14.0</version>
+ <version>3.15.0</version>
264
265
266
0 commit comments