From cbe7abeb1bc50a6ca5c2c3d137cf0de369ffe6d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:32:15 +0000 Subject: [PATCH] localstack: Update to version 4.11.1 --- bucket/localstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/localstack.json b/bucket/localstack.json index 84f515847c..04fea8f01a 100644 --- a/bucket/localstack.json +++ b/bucket/localstack.json @@ -1,12 +1,12 @@ { - "version": "4.10.0", + "version": "4.11.1", "description": "A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline.", "homepage": "https://localstack.cloud", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/localstack/localstack-cli/releases/download/v4.10.0/localstack-cli-4.10.0-windows-amd64-onefile.zip", - "hash": "313d6b95a592324510d27325e7e57813e7087fe0569566b12af4449853c729ed" + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.11.1/localstack-cli-4.11.1-windows-amd64-onefile.zip", + "hash": "133421287e8d4c96d34e7fceabfb87f2e5dfdff75238888a9bc1e9e395e572ad" } }, "bin": "localstack.exe",