We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e653b commit 41f74daCopy full SHA for 41f74da
jgiven-junit/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
12
testImplementation libs.bundles.junit4
13
testImplementation "com.googlecode.junit-toolbox:junit-toolbox:2.4"
14
- testImplementation "org.mockito:mockito-core:5.16.0"
+ testImplementation "org.mockito:mockito-core:5.16.1"
15
}
16
17
test.finalizedBy(jgivenHtml5Report)
jgiven-testng/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
compileOnly libs.testng
testImplementation libs.testng
test.useTestNG() {
0 commit comments