From 3e147d4cbf48e265fc6c67e36fbcd5ffe2a9203c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:34:49 +0000 Subject: [PATCH] Update dependency java to v17.0.13+11 --- mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise/config.toml b/mise/config.toml index 2e42e59..2ea78a7 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,5 +1,5 @@ [tools] -java = ["17", "19", "21"] +java = ["17.0.13+11", "19", "21"] node = ["22"] python = ["3.10"] rust = ["nightly"]