From 5f1981af72204258e7c5b7b4e8028bc3623be28d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:32:07 +0000 Subject: [PATCH] localstack: Update to version 4.9.2 --- bucket/localstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/localstack.json b/bucket/localstack.json index b59c70f95c..6b04790788 100644 --- a/bucket/localstack.json +++ b/bucket/localstack.json @@ -1,12 +1,12 @@ { - "version": "4.9.1", + "version": "4.9.2", "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.9.1/localstack-cli-4.9.1-windows-amd64-onefile.zip", - "hash": "5bcefec9d8c63a497426366c5399b6d6ffbf9832cfa12d2b82541f69f6779458" + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.9.2/localstack-cli-4.9.2-windows-amd64-onefile.zip", + "hash": "9fcda781a17d096f3d469dc89e06320a8c0dc828527d322b0362d60f53a90eff" } }, "bin": "localstack.exe",