From d207010656667193f3c5529fc6dda73d0727c512 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Aug 2026 06:15:19 +0000 Subject: [PATCH] Update dependency java to v25.0.4+101.0.LTS --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index b06f39e..4ba695e 100644 --- a/mise.toml +++ b/mise.toml @@ -8,7 +8,7 @@ # shell out to `node` directly — bun is the package manager, not the runtime. node = "24" bun = "1.3.14" -java = "temurin-25.0.4+7.0.LTS" +java = "temurin-25.0.4+101.0.LTS" [env] # On JDK 24+ the JVM warns on stderr when JNA calls System::load (JEP 472).