From 9c42a4fbf36ca11dc09549189a3c87dd350bf1f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:30:25 +0000 Subject: [PATCH] mockery: Update to version 3.3.4 --- bucket/mockery.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index 089e1a905b..dbdf2cc102 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,16 +1,16 @@ { - "version": "3.3.2", + "version": "3.3.4", "description": "A mock code autogenerator for Golang", "homepage": "https://github.com/vektra/mockery", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/vektra/mockery/releases/download/v3.3.2/mockery_3.3.2_Windows_x86_64.tar.gz", - "hash": "c00834eabcbca44765688b49a3c42d9605f67610419604535d8667497bf1ae1f" + "url": "https://github.com/vektra/mockery/releases/download/v3.3.4/mockery_3.3.4_Windows_x86_64.tar.gz", + "hash": "d873a65dc15e71799f8ce015980cc93dc631433953744448e711ffaeb408a433" }, "arm64": { - "url": "https://github.com/vektra/mockery/releases/download/v3.3.2/mockery_3.3.2_Windows_arm64.tar.gz", - "hash": "ee503a315e3c5084a47fbb1562f36c8781b532f9fbaaf2e63945180cce7b2035" + "url": "https://github.com/vektra/mockery/releases/download/v3.3.4/mockery_3.3.4_Windows_arm64.tar.gz", + "hash": "30c7dc7e0b3afe0074b7529491b3ba2da6843b282e339d453d6f507b73b85676" } }, "bin": "mockery.exe",