From cfdced3743ae90c259f9a7b7a6310a3ac7b1eb6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:54:43 +0000 Subject: [PATCH 1/2] chore(deps): update mise tools --- mise.cloud.toml | 6 +++--- mise.java.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mise.cloud.toml b/mise.cloud.toml index 3a0568f..4a44778 100644 --- a/mise.cloud.toml +++ b/mise.cloud.toml @@ -26,10 +26,10 @@ age = "1" # cloud awscli = "2" doctl = "1" -terraform = "1.15" +terraform = "1.16.0" "pipx:oci-cli" = "3.91.0" # database clients & rpc grpcurl = "1.9" -"pipx:pgcli" = "4.5.0" -"pipx:mycli" = "2.15.0" +"pipx:pgcli" = "4.6.0" +"pipx:mycli" = "2.17.0" diff --git a/mise.java.toml b/mise.java.toml index 0c7d001..0323746 100644 --- a/mise.java.toml +++ b/mise.java.toml @@ -3,7 +3,7 @@ # Kotlin projects usually get the compiler via Gradle; the standalone CLI is pinned here too. [tools] -java = "temurin-25" +java = "temurin-25.0.4+101.0.LTS" maven = "3" gradle = "9" kotlin = "2" From a4c7ebbc101b66a0c1c656d4b91b65da1e8e44cc Mon Sep 17 00:00:00 2001 From: Terson Rigaud Date: Wed, 26 Aug 2026 15:00:50 +0100 Subject: [PATCH 2/2] Drop terraform 1.16.0 bump: not yet published on releases.hashicorp.com Keeps the java/pgcli/mycli updates from this Renovate PR while the terraform release finishes rolling out (404 on the binary as of now). Co-Authored-By: Claude Sonnet 5 --- mise.cloud.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.cloud.toml b/mise.cloud.toml index 4a44778..e27c0df 100644 --- a/mise.cloud.toml +++ b/mise.cloud.toml @@ -26,7 +26,7 @@ age = "1" # cloud awscli = "2" doctl = "1" -terraform = "1.16.0" +terraform = "1.15" "pipx:oci-cli" = "3.91.0" # database clients & rpc