Browse Source

Upgrade to MongoDB 5.6.2

Closes gh-48501
pull/48515/head
Andy Wilkinson 7 days ago
parent
commit
2930849e77
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -1577,7 +1577,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.1") { library("MongoDB", "5.6.2") {
alignWith { alignWith {
version { version {
of "org.mongodb:mongodb-driver-core" of "org.mongodb:mongodb-driver-core"

Loading…
Cancel
Save