Browse Source

Upgrade to MongoDB 5.6.1

Closes gh-47643
pull/47637/head
Andy Wilkinson 2 months ago
parent
commit
cde86d74c7
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save