Skip to content

Commit

Permalink
Merge pull request #168 from panghy/dependabot/gradle/org.mockito-moc…
Browse files Browse the repository at this point in the history
…kito-core-4.3.1

Bump mockito-core from 4.2.0 to 4.3.1
  • Loading branch information
panghy committed Mar 3, 2022
2 parents c41cf5c + 1107384 commit 3d739cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lionrock-foundationdb-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'io.grpc:grpc-stub:1.42.1'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.19.4'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.2.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.3.1'
testImplementation 'org.mockito:mockito-junit-jupiter:4.3.1'

testImplementation project(path: ':lionrock-foundationdb-server', configuration: 'plain')
Expand Down

0 comments on commit 3d739cc

Please sign in to comment.