Browse Source

Upgrade to MongoDB 5.6.0

Closes gh-47169
pull/47203/head
Stéphane Nicoll 3 months ago
parent
commit
9ffe550172
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1559,7 +1559,7 @@ bom { @@ -1559,7 +1559,7 @@ bom {
releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}")
}
}
library("MongoDB", "5.6.0-alpha0") {
library("MongoDB", "5.6.0") {
alignWith {
version {
of "org.mongodb:mongodb-driver-core"

Loading…
Cancel
Save