Skip to content

Commit 41f74da

Browse files
fix(deps): update dependency org.mockito:mockito-core to v5.16.1 (#1887)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05e653b commit 41f74da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jgiven-junit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testImplementation libs.bundles.junit4
1313
testImplementation "com.googlecode.junit-toolbox:junit-toolbox:2.4"
14-
testImplementation "org.mockito:mockito-core:5.16.0"
14+
testImplementation "org.mockito:mockito-core:5.16.1"
1515
}
1616

1717
test.finalizedBy(jgivenHtml5Report)

jgiven-testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly libs.testng
1111

1212
testImplementation libs.testng
13-
testImplementation "org.mockito:mockito-core:5.16.0"
13+
testImplementation "org.mockito:mockito-core:5.16.1"
1414
}
1515

1616
test.useTestNG() {

0 commit comments

Comments
 (0)