Skip to content

Commit 9eed46b

Browse files
Bump mockito-core from 3.10.0 to 3.11.2 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.10.0 to 3.11.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.10.0...v3.11.2) --- 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 adae983 commit 9eed46b

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
@@ -140,7 +140,7 @@ dependencies {
140140
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
141141
testImplementation 'org.mongodb:mongo-java-driver:3.12.7'
142142

143-
testImplementation ('org.mockito:mockito-core:3.10.0') {
143+
testImplementation ('org.mockito:mockito-core:3.11.2') {
144144
exclude(module: 'hamcrest-core')
145145
}
146146
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)