Skip to content

Commit 7f554e3

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.3
1 parent ee14f65 commit 7f554e3

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
@@ -32,7 +32,7 @@ dependencies {
3232
annotationProcessor("me.bristermitten:mittenlib-annotation-processor:1.0-SNAPSHOT")
3333

3434
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
35-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
35+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
3636
}
3737

3838
tasks.shadowJar {

0 commit comments

Comments
 (0)