From 3ace578fc0b3434aebc46544c1c5b9abecb00364 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 12:14:44 -0500 Subject: [PATCH] chore(deps): update dependency opentofu to v1.11.4 (#24609) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deployment/mise.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mise.toml b/deployment/mise.toml index 73fb6dd47f..d77ec84125 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,6 +1,6 @@ [tools] terragrunt = "0.98.0" -opentofu = "1.10.7" +opentofu = "1.11.4" [tasks."tg:fmt"] run = "terragrunt hclfmt" diff --git a/mise.toml b/mise.toml index 652a8afaf2..ea66e3ad71 100644 --- a/mise.toml +++ b/mise.toml @@ -18,7 +18,7 @@ node = "24.13.0" flutter = "3.35.7" pnpm = "10.28.0" terragrunt = "0.98.0" -opentofu = "1.10.7" +opentofu = "1.11.4" java = "25.0.1" [tools."github:CQLabs/homebrew-dcm"]