From 22afb67a64d6bdca70108e29fa0fa3eec16bf687 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 4 Oct 2023 17:12:52 -0700 Subject: [PATCH] Upgrade to MongoDB 5.0.21. Close #2127 --- ci/pipeline.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.properties b/ci/pipeline.properties index 09dd101a..531f41a8 100644 --- a/ci/pipeline.properties +++ b/ci/pipeline.properties @@ -8,7 +8,7 @@ docker.java.next.image=harbor-repo.vmware.com/dockerhub-proxy-cache/library/ecli # Supported versions of MongoDB docker.mongodb.4.4.version=4.4.25 -docker.mongodb.5.0.version=5.0.19 +docker.mongodb.5.0.version=5.0.21 docker.mongodb.6.0.version=6.0.8 # Supported versions of Redis