Skip to content

Commit f4abae2

Browse files
renovate[bot]ryandens
authored andcommitted
Update dependency org.mockito:mockito-core to v5.23.0
1 parent 92daa95 commit f4abae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auto-delegate-examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
annotationProcessor(project(":auto-delegate-processor", "shadow"))
1212
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
1313
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
14-
testImplementation("org.mockito:mockito-core:5.21.0")
14+
testImplementation("org.mockito:mockito-core:5.23.0")
1515
}
1616

1717
tasks.test {

0 commit comments

Comments
 (0)