Browse Source

Upgrade to MongoDB 5.5.1

Closes gh-45866
pull/46198/head
Stéphane Nicoll 7 months ago
parent
commit
ccecd98b58
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1546,7 +1546,7 @@ bom { @@ -1546,7 +1546,7 @@ bom {
releaseNotes("https://github.com/mockito/mockito/releases/tag/v{version}")
}
}
library("MongoDB", "5.5.0") {
library("MongoDB", "5.5.1") {
alignWith {
version {
of "org.mongodb:mongodb-driver-core"

Loading…
Cancel
Save