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