Browse Source

Revert "Upgrade to MongoDB 5.5.1"

This reverts commit d996ef9ebd.

See gh-45866
pull/45939/head
Andy Wilkinson 10 months ago
parent
commit
784c1e7fdc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save