Skip to content

Commit cf32cfc

Browse files
Bump org.mockito:mockito-core from 4.4.0 to 5.15.2 in /service (#310)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v5.15.2) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d91a871 commit cf32cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation 'org.apache.xmlbeans:xmlbeans:3.1.0'
3737
implementation 'com.rabbitmq.jms:rabbitmq-jms:3.4.0'
3838

39-
testImplementation 'org.mockito:mockito-core:5.15.2'
39+
testImplementation 'org.mockito:mockito-core:5.18.0'
4040
testImplementation 'org.assertj:assertj-core:3.27.3'
4141
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4242
testImplementation 'io.rest-assured:rest-assured:5.5.0'

0 commit comments

Comments
 (0)