Skip to content

Commit 8e7bf5b

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v1.13.2
1 parent 3bdf26e commit 8e7bf5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646

4747
// JUnit and SLF4J for testing
4848
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.13.0-SNAPSHOT")
49-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.0-SNAPSHOT")
49+
testImplementation("org.junit.platform:junit-platform-launcher:1.13.2")
5050
testImplementation("org.slf4j:slf4j-jdk14:2.0.17")
5151
testImplementation("org.assertj:assertj-core:3.27.3")
5252
}

0 commit comments

Comments
 (0)