From a6195b96522a4cd5d043534b5d3efc0b899416ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 17:00:16 +0000 Subject: [PATCH] chore(deps): update dependency java-jdk to v25 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71d0006..4474816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Set up JDK 22 uses: actions/setup-java@v6 with: - java-version: '22' + java-version: '25' distribution: 'temurin' cache: maven diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2932f25..5434f77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Set up JDK 22 uses: actions/setup-java@v6 with: - java-version: '22' + java-version: '25' distribution: 'temurin' cache: maven