Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryandens committed May 22, 2024
1 parent cefdfa5 commit 1647b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-delegate-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
annotationProcessor(project(":auto-delegate-processor", "shadow"))
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.mockito:mockito-core:5.11.0")
testImplementation("org.mockito:mockito-core:5.12.0")
}

tasks.test {
Expand Down

0 comments on commit 1647b8a

Please sign in to comment.