Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent b236ae6 commit 40bff4e
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.14.0"
testImplementation "org.mockito:mockito-core:5.14.1"
}

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.14.0"
testImplementation "org.mockito:mockito-core:5.14.1"
}

test.useTestNG() {
Expand Down

0 comments on commit 40bff4e

Please sign in to comment.