Skip to content

Commit fed18f7

Browse files
authored
Merge pull request #114 from kylecorry31/dependabot/gradle/org.junit.platform-junit-platform-launcher-1.13.1
Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 1.13.1
2 parents 09cf33c + 99b8632 commit fed18f7

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
@@ -54,7 +54,7 @@ dependencies {
5454
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.0")
5555
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
5656
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
57-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
57+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
5858
}
5959

6060
tasks.test {

0 commit comments

Comments
 (0)