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 36b1279 commit 9ab7e63Copy full SHA for 9ab7e63
build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
16
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
17
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
18
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
19
20
// https://mvnrepository.com/artifact/org.mockito/mockito-core
21
testImplementation 'org.mockito:mockito-core:5.13.0'
0 commit comments