From 23ae9895f59e752403bac64cd5920bc512921c3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:30:05 +0000 Subject: [PATCH] localstack: Update to version 4.8.1 --- bucket/localstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/localstack.json b/bucket/localstack.json index 1af237b2f4..cefffc0895 100644 --- a/bucket/localstack.json +++ b/bucket/localstack.json @@ -1,12 +1,12 @@ { - "version": "4.8.0", + "version": "4.8.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.8.0/localstack-cli-4.8.0-windows-amd64-onefile.zip", - "hash": "cc308158327d6e504733d40bb8f5f597949a51c25614338d6b111ea7bae189bd" + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.8.1/localstack-cli-4.8.1-windows-amd64-onefile.zip", + "hash": "8c73e4c2b60b9376315d07074e0d9ec275436c2b46edd88588a483e065f52770" } }, "bin": "localstack.exe",