File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 95
95
micrometerTracingVersion = ' 1.5.0-SNAPSHOT'
96
96
micrometerVersion = ' 1.15.0-SNAPSHOT'
97
97
mockitoVersion = ' 5.16.1'
98
- mongoDriverVersion = ' 5.3.1 '
98
+ mongoDriverVersion = ' 5.5.0 '
99
99
mysqlVersion = ' 9.2.0'
100
100
oracleVersion = ' 23.7.0.25.01'
101
101
pahoMqttClientVersion = ' 1.2.5'
@@ -179,6 +179,7 @@ allprojects {
179
179
mavenBom " org.springframework:spring-framework-bom:$springVersion "
180
180
mavenBom " org.springframework.ws:spring-ws-bom:$springWsVersion "
181
181
mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
182
+ mavenBom " org.mongodb:mongodb-driver-bom:$mongoDriverVersion "
182
183
}
183
184
184
185
}
@@ -816,8 +817,8 @@ project('spring-integration-mongodb') {
816
817
dependencies {
817
818
api ' org.springframework.data:spring-data-mongodb'
818
819
819
- optionalApi " org.mongodb:mongodb-driver-sync: $m ongoDriverVersion "
820
- optionalApi " org.mongodb:mongodb-driver-reactivestreams: $m ongoDriverVersion "
820
+ optionalApi ' org.mongodb:mongodb-driver-sync'
821
+ optionalApi ' org.mongodb:mongodb-driver-reactivestreams'
821
822
822
823
testImplementation ' org.testcontainers:mongodb'
823
824
}
You can’t perform that action at this time.
0 commit comments