From f548ba3619f8901d75bdaefa425206ae2a9741d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:42:41 +0000 Subject: [PATCH] chore: update dependency java-jdk to v25 --- .github/workflows/publish.yml | 2 +- .github/workflows/verifyPr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 343c075..1fddb87 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: # Build preparations - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: - java-version: '21' + java-version: '25.0.4+101.0.LTS' distribution: temurin cache: gradle - uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 diff --git a/.github/workflows/verifyPr.yml b/.github/workflows/verifyPr.yml index 94e355c..9fb78e9 100644 --- a/.github/workflows/verifyPr.yml +++ b/.github/workflows/verifyPr.yml @@ -19,7 +19,7 @@ jobs: # Build preparations - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # v6.0.0 with: - java-version: '21' + java-version: '25.0.4+101.0.LTS' distribution: temurin cache: gradle - uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699