We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee14f65 commit 7f554e3Copy full SHA for 7f554e3
build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
annotationProcessor("me.bristermitten:mittenlib-annotation-processor:1.0-SNAPSHOT")
33
34
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
35
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
36
}
37
38
tasks.shadowJar {
0 commit comments