We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4522a34 commit dab5d3aCopy full SHA for dab5d3a
1 file changed
auto-delegate-examples/build.gradle.kts
@@ -9,7 +9,7 @@ tasks.compileJava {
9
dependencies {
10
compileOnly(project(":auto-delegate-annotations"))
11
annotationProcessor(project(":auto-delegate-processor", "shadow"))
12
- testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
13
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
14
testImplementation("org.mockito:mockito-core:5.20.0")
15
}
0 commit comments