There was an error while loading. Please reload this page.
1 parent 05b0769 commit 8721a55Copy full SHA for 8721a55
build.gradle
@@ -58,8 +58,8 @@ configurations {
58
59
dependencies {
60
implementation 'org.assertj:assertj-core:3.14.0'
61
- implementation 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
62
- implementation 'org.junit.platform:junit-platform-launcher:1.5.2'
+ implementation 'org.junit.jupiter:junit-jupiter-engine:5.6.0-M1'
+ implementation 'org.junit.platform:junit-platform-launcher:1.6.0-M1'
63
testImplementation 'org.mockito:mockito-core:3.1.0'
64
}
65
0 commit comments