Browse Source

Upgrade to MongoDB 4.4.1

Closes gh-29420
pull/29296/head
Stephane Nicoll 4 years ago
parent
commit
5676e796d0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1264,7 +1264,7 @@ bom { @@ -1264,7 +1264,7 @@ bom {
]
}
}
library("MongoDB", "4.4.0") {
library("MongoDB", "4.4.1") {
group("org.mongodb") {
modules = [
"bson",

Loading…
Cancel
Save