Skip to content

Commit

Permalink
fix(deps): update dependency org.mockito:mockito-core to v5.15.2 (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 21, 2025
1 parent 0c21fb6 commit 1e558ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ tasks.named('liquibaseHarnessTest', Test).configure {
languageVersion = JavaLanguageVersion.of(11)
}
dependencies {
testImplementation("org.mockito:mockito-core:5.14.2")
testImplementation("org.mockito:mockito-core:5.15.2")
}
}

Expand Down

0 comments on commit 1e558ea

Please sign in to comment.