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 3bdf26e commit 8e7bf5bCopy full SHA for 8e7bf5b
1 file changed
build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
47
// JUnit and SLF4J for testing
48
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.0-SNAPSHOT")
49
- testImplementation("org.junit.platform:junit-platform-launcher:1.13.0-SNAPSHOT")
+ testImplementation("org.junit.platform:junit-platform-launcher:1.13.2")
50
testImplementation("org.slf4j:slf4j-jdk14:2.0.17")
51
testImplementation("org.assertj:assertj-core:3.27.3")
52
}
0 commit comments