Browse Source

Upgrade to MongoDB 4.5.1

Closes gh-30416
pull/30472/head
Phillip Webb 4 years ago
parent
commit
123e22afb0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1310,7 +1310,7 @@ bom { @@ -1310,7 +1310,7 @@ bom {
]
}
}
library("MongoDB", "4.5.0") {
library("MongoDB", "4.5.1") {
group("org.mongodb") {
modules = [
"bson",

Loading…
Cancel
Save