Skip to content

Commit c6db568

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.10.2
1 parent f710638 commit c6db568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
22-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
22+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
2323
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2424

2525
testImplementation("org.scalatest:scalatest_3:3.2.17")

0 commit comments

Comments
 (0)