Browse Source

Upgrade to MongoDB 4.3.3

Closes gh-28322
pull/28344/head
Stephane Nicoll 4 years ago
parent
commit
cfe30db38d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1240,7 +1240,7 @@ bom { @@ -1240,7 +1240,7 @@ bom {
]
}
}
library("MongoDB", "4.3.2") {
library("MongoDB", "4.3.3") {
group("org.mongodb") {
modules = [
"bson",

Loading…
Cancel
Save