File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9595 micrometerTracingVersion = ' 1.5.0-SNAPSHOT'
9696 micrometerVersion = ' 1.15.0-SNAPSHOT'
9797 mockitoVersion = ' 5.16.1'
98- mongoDriverVersion = ' 5.3.1 '
98+ mongoDriverVersion = ' 5.5.0 '
9999 mysqlVersion = ' 9.2.0'
100100 oracleVersion = ' 23.7.0.25.01'
101101 pahoMqttClientVersion = ' 1.2.5'
@@ -179,6 +179,7 @@ allprojects {
179179 mavenBom " org.springframework:spring-framework-bom:$springVersion "
180180 mavenBom " org.springframework.ws:spring-ws-bom:$springWsVersion "
181181 mavenBom " org.testcontainers:testcontainers-bom:$testcontainersVersion "
182+ mavenBom " org.mongodb:mongodb-driver-bom:$mongoDriverVersion "
182183 }
183184
184185 }
@@ -816,8 +817,8 @@ project('spring-integration-mongodb') {
816817 dependencies {
817818 api ' org.springframework.data:spring-data-mongodb'
818819
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'
821822
822823 testImplementation ' org.testcontainers:mongodb'
823824 }
You can’t perform that action at this time.
0 commit comments