From 93fb2d75cc0b857c1cab1ac141e5d63b13a71d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:00:17 +0000 Subject: [PATCH] test(deps): update dependency java to v21.0.12+8.0.lts | datasource | package | from | to | | ------------ | ------------------------------------ | ---------------- | --------------- | | java-version | java-jre?os=windows&architecture=x64 | 21.0.11+10.0.LTS | 21.0.12+8.0.LTS | --- windows/test/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/test/run.ps1 b/windows/test/run.ps1 index ee135423..7dfdd315 100644 --- a/windows/test/run.ps1 +++ b/windows/test/run.ps1 @@ -14,7 +14,7 @@ pwsh --version ExitOnNativeFailure # renovate: datasource=java-version packageName=java-jre?os=windows&architecture=x64 -install-tool java 21.0.11+10.0.LTS +install-tool java 21.0.12+8.0.LTS java --version ExitOnNativeFailure