From 0a7cc4efae6f1fe34029b0b2ade978067a903dc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 16:32:44 +0000 Subject: [PATCH] localstack: Update to version 4.12.0 --- bucket/localstack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/localstack.json b/bucket/localstack.json index 04fea8f01a..72e82bb58e 100644 --- a/bucket/localstack.json +++ b/bucket/localstack.json @@ -1,12 +1,12 @@ { - "version": "4.11.1", + "version": "4.12.0", "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.11.1/localstack-cli-4.11.1-windows-amd64-onefile.zip", - "hash": "133421287e8d4c96d34e7fceabfb87f2e5dfdff75238888a9bc1e9e395e572ad" + "url": "https://github.com/localstack/localstack-cli/releases/download/v4.12.0/localstack-cli-4.12.0-windows-amd64-onefile.zip", + "hash": "ea8e61649e3b63ad073e0a32eb7479544b58bb6a04df665c66274eff0ea8b716" } }, "bin": "localstack.exe",