Skip to content

Commit ed21101

Browse files
committed
Upgrade to MongoDB 5.5.0
1 parent 587693f commit ed21101

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ext {
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:$mongoDriverVersion"
820-
optionalApi "org.mongodb:mongodb-driver-reactivestreams:$mongoDriverVersion"
820+
optionalApi 'org.mongodb:mongodb-driver-sync'
821+
optionalApi 'org.mongodb:mongodb-driver-reactivestreams'
821822

822823
testImplementation 'org.testcontainers:mongodb'
823824
}

0 commit comments

Comments
 (0)