From 427ac075d8b4c77b8948e5f69b14ade77c431a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:24:41 +0000 Subject: [PATCH] mongodb: Update to version 7.2.1 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 06762a9f6e..b7a3265324 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "7.2.0", + "version": "7.2.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.2.0-signed.msi", - "hash": "783e12dbfb010fde1487fde239cd6f8947c7bf8dfe8cc123099581a29eac70c6", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.2.1-signed.msi", + "hash": "f267a63e2a46405a3c2059a27080f78047a35bed1b41a788673252eb33726de9", "extract_dir": "MongoDB\\Server\\7.2" } },