From 4777fb79f293c5d3d6ed7cceba22014f976bb52f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:45:30 +0000 Subject: [PATCH] chore(deps): update dependency java to v25.0.2+10.0.lts --- .mise/envs/native/mise.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.mise/envs/native/mise.toml b/.mise/envs/native/mise.toml index de9c06a68..b2bad71e3 100644 --- a/.mise/envs/native/mise.toml +++ b/.mise/envs/native/mise.toml @@ -1,5 +1,5 @@ [tools] -java = "oracle-graalvm-25.0.1" +java = "oracle-graalvm-25.0.2+10.0.LTS" [tasks.native-test] depends = "build" diff --git a/mise.toml b/mise.toml index 56d2680f5..9e0118e33 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] "go:github.com/gohugoio/hugo" = "v0.154.5" "go:github.com/grafana/oats" = "0.6.0" -java = "temurin-25.0.1+8.0.LTS" +java = "temurin-25.0.2+10.0.LTS" lychee = "0.22.0" protoc = "33.4"