diff --git a/mise.cloud.toml b/mise.cloud.toml index 3a0568f..e27c0df 100644 --- a/mise.cloud.toml +++ b/mise.cloud.toml @@ -31,5 +31,5 @@ terraform = "1.15" # 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"