Skip to content

Commit c8d8416

Browse files
Bump mockito-core from 4.7.0 to 4.8.0 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08f75a5 commit c8d8416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
testImplementation 'com.rabbitmq:amqp-client:5.15.0'
9292
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'
9393

94-
testImplementation ('org.mockito:mockito-core:4.7.0') {
94+
testImplementation ('org.mockito:mockito-core:4.8.0') {
9595
exclude(module: 'hamcrest-core')
9696
}
9797
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)