File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dependencyManagement {
3
3
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
4
4
mavenBom ' com.fasterxml.jackson:jackson-bom:2.15.2'
5
5
mavenBom ' org.junit:junit-bom:5.10.0-RC1'
6
- mavenBom ' org.mockito:mockito-bom:4.11 .0'
6
+ mavenBom ' org.mockito:mockito-bom:5.5 .0'
7
7
mavenBom ' org.springframework:spring-framework-bom:6.1.0-M2'
8
8
mavenBom ' org.springframework.data:spring-data-bom:2023.1.0-M1'
9
9
mavenBom ' org.springframework.security:spring-security-bom:6.2.0-M1'
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ dependencies {
19
19
testImplementation " io.projectreactor:reactor-test"
20
20
testImplementation " org.mockito:mockito-core"
21
21
testImplementation " org.mockito:mockito-junit-jupiter"
22
- testImplementation " org.mockito:mockito-inline"
23
22
testImplementation " edu.umd.cs.mtc:multithreadedtc"
24
23
testImplementation " org.springframework:spring-test"
25
24
testImplementation " org.assertj:assertj-core"
You can’t perform that action at this time.
0 commit comments