From 33791614240b1e1c740ccff7d49ca1bc399b1c98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 20:23:20 +0000 Subject: [PATCH] mockery: Update to version 2.40.3 --- bucket/mockery.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mockery.json b/bucket/mockery.json index 11545cb8d9..d52756b03f 100644 --- a/bucket/mockery.json +++ b/bucket/mockery.json @@ -1,16 +1,16 @@ { - "version": "2.40.2", + "version": "2.40.3", "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/v2.40.2/mockery_2.40.2_Windows_x86_64.tar.gz", - "hash": "9e074d54a150adf1d37d3c17533b08cf9758f414d69cf2c60f4d01083852d052" + "url": "https://github.com/vektra/mockery/releases/download/v2.40.3/mockery_2.40.3_Windows_x86_64.tar.gz", + "hash": "a40eb00823173d01d44f2ec7e24aa71f6f6f71a05c55e15019b372e5cfda0563" }, "arm64": { - "url": "https://github.com/vektra/mockery/releases/download/v2.40.2/mockery_2.40.2_Windows_arm64.tar.gz", - "hash": "e3a3bdb7284af468f28f12b47aafd11bb3e81cf8f421e2cff98924af092265bf" + "url": "https://github.com/vektra/mockery/releases/download/v2.40.3/mockery_2.40.3_Windows_arm64.tar.gz", + "hash": "8980cc091200c28ef1b648b69c0a573fa15d751971b74fbbd567d4713e497262" } }, "bin": "mockery.exe",