Skip to content

Commit 8d0b390

Browse files
Bump mockito-core from 4.8.1 to 4.9.0 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.1...v4.9.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 858dd0a commit 8d0b390

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
@@ -97,7 +97,7 @@ dependencies {
9797
testImplementation 'com.rabbitmq:amqp-client:5.16.0'
9898
testImplementation 'org.mongodb:mongo-java-driver:3.12.11'
9999

100-
testImplementation ('org.mockito:mockito-core:4.8.1') {
100+
testImplementation ('org.mockito:mockito-core:4.9.0') {
101101
exclude(module: 'hamcrest-core')
102102
}
103103
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)