Upgrade to MongoDB Java Driver 4.0 beta1

See gh-19960
This commit is contained in:
Christoph Strobl
2020-01-28 09:20:54 +01:00
committed by Stephane Nicoll
parent cf473eeb65
commit d2d6dbdc00
26 changed files with 320 additions and 366 deletions

View File

@@ -1192,21 +1192,14 @@ bom {
]
}
}
library("Mongo Driver ReactiveStreams", "1.13.0") {
group("org.mongodb") {
modules = [
"mongodb-driver-reactivestreams"
]
}
}
library("MongoDB", "3.12.1") {
library("MongoDB", "4.0.0-beta1") {
group("org.mongodb") {
modules = [
"bson",
"mongodb-driver",
"mongodb-driver-sync",
"mongodb-driver-async",
"mongodb-driver-core",
"mongo-java-driver"
"mongodb-driver-reactivestreams"
]
}
}
@@ -1601,7 +1594,7 @@ bom {
]
}
}
library("Spring Data Releasetrain", "Neumann-M2") {
library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") {
group("org.springframework.data") {
imports = [
"spring-data-releasetrain"