Upgrade mockito to 5.5.0
Closes gh-2462
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user