Browse Source

Upgrade to MongoDB 4.4.2

Closes gh-29796
pull/30003/head
Stephane Nicoll 4 years ago
parent
commit
57bc5136f5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save