File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencyManagement {
2
2
imports {
3
3
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
4
4
mavenBom ' com.fasterxml.jackson:jackson-bom:2.14.2'
5
- mavenBom ' org.junit:junit-bom:5.9.1 '
5
+ mavenBom ' org.junit:junit-bom:5.10.0-RC1 '
6
6
mavenBom ' org.mockito:mockito-bom:4.8.1'
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'
@@ -34,7 +34,7 @@ dependencyManagement {
34
34
dependency ' org.hamcrest:hamcrest:2.2'
35
35
dependency ' org.hsqldb:hsqldb:2.7.2'
36
36
dependency ' org.mariadb.jdbc:mariadb-java-client:3.1.4'
37
- dependencySet(group : ' org.mongodb' , version : ' 4.8.0-beta0 ' ) {
37
+ dependencySet(group : ' org.mongodb' , version : ' 4.10.2 ' ) {
38
38
entry ' mongodb-driver-core'
39
39
entry ' mongodb-driver-sync'
40
40
entry ' mongodb-driver-reactivestreams'
You can’t perform that action at this time.
0 commit comments