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 632a4ff commit 6231e67Copy full SHA for 6231e67
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.11.4'
17
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
18
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
19
20
// https://mvnrepository.com/artifact/org.mockito/mockito-core
21
testImplementation 'org.mockito:mockito-core:5.13.0'
0 commit comments