Upgrade mockito to 5.5.0

Closes gh-2462
This commit is contained in:
Marcus Da Coregio
2023-10-04 10:29:30 -03:00
parent 11ce4b4561
commit 24390d824b
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom "io.projectreactor:reactor-bom:$reactorVersion"
mavenBom 'com.fasterxml.jackson:jackson-bom:2.15.2'
mavenBom 'org.junit:junit-bom:5.10.0-RC1'
mavenBom 'org.mockito:mockito-bom:4.11.0'
mavenBom 'org.mockito:mockito-bom:5.5.0'
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:6.2.0-M1'

View File

@@ -19,7 +19,6 @@ dependencies {
testImplementation "io.projectreactor:reactor-test"
testImplementation "org.mockito:mockito-core"
testImplementation "org.mockito:mockito-junit-jupiter"
testImplementation "org.mockito:mockito-inline"
testImplementation "edu.umd.cs.mtc:multithreadedtc"
testImplementation "org.springframework:spring-test"
testImplementation "org.assertj:assertj-core"