From fd1020d9efe8ca36f2b59e219a5dbb69f742dffc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:25:47 +0000 Subject: [PATCH] mongodb: Update to version 7.3.2 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index b9806a604e..f0c9819194 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "7.3.1", + "version": "7.3.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.3.1-signed.msi", - "hash": "23c49b290d8b870ce7015e9d8363db4ae2219a13442302d80a8284399ea6375e", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.2-signed.msi", + "hash": "12e33475fa69cb01d423bd0373055d56751fdc2499c4cdac5b2c8065a2092423", "extract_dir": "MongoDB\\Server\\7.3" } },