Skip to content

Commit 14da32b

Browse files
Bump mockito-core from 3.11.2 to 4.11.0 in /core
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.11.2...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 993c82b commit 14da32b

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
@@ -143,7 +143,7 @@ dependencies {
143143
testImplementation 'com.rabbitmq:amqp-client:5.12.0'
144144
testImplementation 'org.mongodb:mongo-java-driver:3.12.9'
145145

146-
testImplementation ('org.mockito:mockito-core:3.11.2') {
146+
testImplementation ('org.mockito:mockito-core:4.11.0') {
147147
exclude(module: 'hamcrest-core')
148148
}
149149
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest

0 commit comments

Comments
 (0)