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
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent fec286e commit 7a31f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jgiven-junit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation libs.bundles.junit4
testImplementation "com.googlecode.junit-toolbox:junit-toolbox:2.4"
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-core:5.12.0"
}

test.finalizedBy(jgivenHtml5Report)
Expand Down
2 changes: 1 addition & 1 deletion jgiven-testng/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
compileOnly libs.testng

testImplementation libs.testng
testImplementation "org.mockito:mockito-core:5.11.0"
testImplementation "org.mockito:mockito-core:5.12.0"
}

test.useTestNG() {
Expand Down

0 comments on commit 7a31f71

Please sign in to comment.