From 7c9734bfbc909eb80a9d5731b564e448e4a898cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:30:42 +0000 Subject: [PATCH] mongodb: Update to version 8.1.3 --- bucket/mongodb.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mongodb.json b/bucket/mongodb.json index 492d08669b..d7419fffd8 100644 --- a/bucket/mongodb.json +++ b/bucket/mongodb.json @@ -1,5 +1,5 @@ { - "version": "8.1.2", + "version": "8.1.3", "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-8.1.2-signed.msi", - "hash": "08641dd7e01ceb239a37e1505f3a6b91defc5885466a65a249edaef9bdbb8007", + "url": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.1.3-signed.msi", + "hash": "333d75de4f1f94c61449ffe065b6caf6d9fdbb012efe22ee2b5d62158e24dadd", "extract_dir": "MongoDB\\Server\\8.1" } },