Browse Source

Upgrade to MongoDB 4.2.3

Closes gh-26065
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
7bf8b91b93
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1225,7 +1225,7 @@ bom { @@ -1225,7 +1225,7 @@ bom {
]
}
}
library("MongoDB", "4.2.2") {
library("MongoDB", "4.2.3") {
group("org.mongodb") {
modules = [
"bson",

Loading…
Cancel
Save