From 98b757eeca365408a7f0e26466cbcc349a67e54f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 04:27:00 +0000 Subject: [PATCH] mongodb: Update to version 7.2.2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index b7a3265324..7f4d8fb2aa 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "7.2.1", + "version": "7.2.2", "description": "A document database with the scalability and flexibility.", "homepage": "https://www.mongodb.org", "license": { @@ -21,8 +21,8 @@ }, "architecture": { "64bit": { - "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.1-signed.msi", - "hash": "f267a63e2a46405a3c2059a27080f78047a35bed1b41a788673252eb33726de9", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.2-signed.msi", + "hash": "ae79f025a2d3283eb96b7850f1a3be7aafb12b05ab00c521b3fb0e67e7f30a50", "extract_dir": "MongoDB\\Server\\7.2" } },