Upgrade to MongoDB 5.5.1

Closes gh-45865
This commit is contained in:
Stéphane Nicoll
2025-06-10 10:18:19 +02:00
parent 415c8ce5b0
commit f66159e4b1

View File

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