From ced6d2ef442ac9d41c8a5a059fe9deb6153fa51b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:28:59 +0000 Subject: [PATCH] mongodb: Update to version 7.3.4 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index eac26bed31..622081fecc 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "7.3.3", + "version": "7.3.4", "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.3-signed.msi", - "hash": "108906350dc17575fdb1d6ec515c5073f60e840f3d8b78d4276195d175ddd8bc", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.4-signed.msi", + "hash": "5d78b73dc8348a08984c7758e1ab207f7f34bcb276023bbe20480c1bde99b7f4", "extract_dir": "MongoDB\\Server\\7.3" } },