File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dependencyManagement {
3
3
mavenBom ' io.projectreactor:reactor-bom:2022.0.0-M6'
4
4
mavenBom ' com.fasterxml.jackson:jackson-bom:2.13.4'
5
5
mavenBom ' org.junit:junit-bom:5.9.0'
6
+ mavenBom ' org.mockito:mockito-bom:4.8.0'
6
7
mavenBom ' org.springframework:spring-framework-bom:6.0.0-M6'
7
8
mavenBom ' org.springframework.data:spring-data-bom:2022.0.0-M6'
8
9
mavenBom ' org.springframework.security:spring-security-bom:6.0.0-M7'
@@ -29,12 +30,6 @@ dependencyManagement {
29
30
dependency ' org.hamcrest:hamcrest:2.2'
30
31
dependency ' org.hsqldb:hsqldb:2.6.1'
31
32
dependency ' org.mariadb.jdbc:mariadb-java-client:2.7.4'
32
- dependencySet(group : ' org.mockito' , version : ' 4.2.0' ) {
33
- entry ' mockito-core'
34
- entry ' mockito-junit-jupiter'
35
- entry ' mockito-inline'
36
- }
37
-
38
33
dependencySet(group : ' org.mongodb' , version : ' 4.6.0' ) {
39
34
entry ' mongodb-driver-core'
40
35
entry ' mongodb-driver-sync'
You can’t perform that action at this time.
0 commit comments