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 c7caa5d commit 5af6a47Copy full SHA for 5af6a47
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.13.3'
17
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
18
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
19
20
// https://mvnrepository.com/artifact/org.mockito/mockito-core
21
testImplementation 'org.mockito:mockito-core:5.13.0'
0 commit comments