Skip to content

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
@@ -47,7 +47,7 @@ dependencies {
4747
testImplementation("org.junit.jupiter:junit-jupiter-api:5.+")
4848
testImplementation("org.junit.jupiter:junit-jupiter-params:5.+")
4949
testImplementation("org.junit-pioneer:junit-pioneer:2.0.0")
50-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.+")
50+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.3")
5151

5252
testImplementation("org.openrewrite:rewrite-test")
5353
testImplementation("org.openrewrite:rewrite-kotlin")

0 commit comments

Comments
 (0)