diff --git a/build.gradle.kts b/build.gradle.kts index 9e18d7a..741f4c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { annotationProcessor("me.bristermitten:mittenlib-annotation-processor:1.0-SNAPSHOT") testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1") } tasks.shadowJar {