Skip to content

Commit 966f51d

Browse files
authored
fix(deps): update dependency org.mockito:mockito-core to v5.19.0 (#532)
1 parent 4953307 commit 966f51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ tasks.named('liquibaseHarnessTest', Test).configure {
174174
languageVersion = JavaLanguageVersion.of(11)
175175
}
176176
dependencies {
177-
testImplementation("org.mockito:mockito-core:5.18.0")
177+
testImplementation("org.mockito:mockito-core:5.19.0")
178178
}
179179
}
180180

0 commit comments

Comments
 (0)