Skip to content

Commit af6da0f

Browse files
Upgrade to MongoDB driver 5.0.
Closes: #4663
1 parent 3747b3e commit af6da0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ pipeline {
265265
}
266266
}
267267

268-
stage("test: MongoDB 7.0 (driver-next)") {
268+
stage("test: MongoDB 7.0 (driver-previous)") {
269269
agent {
270270
label 'data'
271271
}
@@ -287,7 +287,7 @@ pipeline {
287287
"DEVELOCITY_CACHE_USERNAME=${DEVELOCITY_CACHE_USR} " +
288288
"DEVELOCITY_CACHE_PASSWORD=${DEVELOCITY_CACHE_PSW} " +
289289
"GRADLE_ENTERPRISE_ACCESS_KEY=${DEVELOCITY_ACCESS_KEY} " +
290-
"./mvnw -s settings.xml -Pmongo-5.0 clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
290+
"./mvnw -s settings.xml -Pmongo-4.x clean dependency:list test -Dsort -U -B -Dgradle.cache.local.enabled=false -Dgradle.cache.remote.enabled=false"
291291
}
292292
}
293293
}

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<project.type>multi</project.type>
2828
<dist.id>spring-data-mongodb</dist.id>
2929
<springdata.commons>3.3.0-SNAPSHOT</springdata.commons>
30-
<mongo>4.11.1</mongo>
30+
<mongo>5.0.0</mongo>
3131
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
3232
<jmh.version>1.19</jmh.version>
3333
</properties>
@@ -133,9 +133,9 @@
133133
</modules>
134134
</profile>
135135
<profile>
136-
<id>mongo-5.0</id>
136+
<id>mongo-4.x</id>
137137
<properties>
138-
<mongo>5.0.0-beta0</mongo>
138+
<mongo>4.11.1</mongo>
139139
</properties>
140140
</profile>
141141

0 commit comments

Comments
 (0)