We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92daa95 commit f4abae2Copy full SHA for f4abae2
1 file changed
auto-delegate-examples/build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
annotationProcessor(project(":auto-delegate-processor", "shadow"))
12
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
13
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
14
- testImplementation("org.mockito:mockito-core:5.21.0")
+ testImplementation("org.mockito:mockito-core:5.23.0")
15
}
16
17
tasks.test {
0 commit comments