From 3c5c87a43b9844b7e55ed71229f373cae66ed384 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:53:47 +0000 Subject: [PATCH] vault: Update to version 1.12.3 --- bucket/vault.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vault.json b/bucket/vault.json index d99baf5f46..35475d5ace 100644 --- a/bucket/vault.json +++ b/bucket/vault.json @@ -1,16 +1,16 @@ { - "version": "1.12.2", + "version": "1.12.3", "description": "Secure, store, and tightly control access to tokens, passwords, certificates, API keys, and other secrets in modern computing.", "homepage": "https://www.vaultproject.io", "license": "MPL-2.0", "architecture": { "64bit": { - "url": "https://releases.hashicorp.com/vault/1.12.2/vault_1.12.2_windows_amd64.zip", - "hash": "0421531b5846a45a53547bc9a505de2b11d91d0a48fdb5aed1d77259720db5ab" + "url": "https://releases.hashicorp.com/vault/1.12.3/vault_1.12.3_windows_amd64.zip", + "hash": "8bd3ba068f808c642ef454397a298bff0ca43c346c08285ee117018b47c5dc80" }, "32bit": { - "url": "https://releases.hashicorp.com/vault/1.12.2/vault_1.12.2_windows_386.zip", - "hash": "749d285abbec5727c7a5b37ae5cac411c5c03f3685aae588890779749f89c8ee" + "url": "https://releases.hashicorp.com/vault/1.12.3/vault_1.12.3_windows_386.zip", + "hash": "b1e24097316872ac91527176ff900e7b41621c302887e08b0bcd72fc35e6aa84" } }, "bin": "vault.exe",