Skip to content

Commit 170a16a

Browse files
Bump org.mockito:mockito-core from 5.18.0 to 5.20.0 in /service (#365)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4292b0a commit 170a16a

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:4.0.0'
3737
implementation 'com.rabbitmq.jms:rabbitmq-jms:3.5.0'
3838

39-
testImplementation 'org.mockito:mockito-core:5.18.0'
39+
testImplementation 'org.mockito:mockito-core:5.20.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.6'

0 commit comments

Comments
 (0)