From 3cb311d235fa17305cd211047b757ad7746b8274 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Jul 2026 07:02:12 +0000 Subject: [PATCH] Update dependency java to v25.0.4+7.0.LTS --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 89fa444..b06f39e 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.3+9.0.LTS" +java = "temurin-25.0.4+7.0.LTS" [env] # On JDK 24+ the JVM warns on stderr when JNA calls System::load (JEP 472).