Upgrade to MongoDB 5.5.1

Closes gh-45866
This commit is contained in:
Stéphane Nicoll
2025-06-10 12:27:05 +02:00
parent b313d52829
commit d996ef9ebd

View File

@@ -1547,7 +1547,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"