Skip to content

Commit

Permalink
Bump mockitoVersion from 3.12.4 to 4.11.0 (#133)
Browse files Browse the repository at this point in the history
* Bump mockitoVersion from 3.12.4 to 4.11.0

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Max Lambrecht <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <[email protected]>
  • Loading branch information
dependabot[bot] and Max Lambrecht authored Apr 14, 2023
1 parent 5e9ead9 commit 70ccecd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
ext {
grpcVersion = '1.54.0'
jupiterVersion = '5.9.2'
mockitoVersion = '3.12.4'
mockitoVersion = '4.11.0'
lombokVersion = '1.18.26'
nimbusVersion = '9.31'
shadowVersion = '8.1.1'
Expand Down Expand Up @@ -108,7 +108,6 @@ subprojects {

testCompileOnly group: 'org.mockito', name: 'mockito-core', version: "${mockitoVersion}"
testRuntimeOnly group: 'org.mockito', name: 'mockito-junit-jupiter', version: "${mockitoVersion}"
testRuntimeOnly group: 'org.mockito', name: 'mockito-inline', version: "${mockitoVersion}"

testImplementation group: 'uk.org.webcompere', name: 'system-stubs-core', version: '2.0.2'

Expand Down

0 comments on commit 70ccecd

Please sign in to comment.