From 9099d926c3fb3960ab617f00501c4e67a3bfd580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 19:12:51 +0000 Subject: [PATCH] chore(deps): update dependency java-jdk to v25 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c551ea2..b5e858d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v5 with: distribution: 'temurin' - java-version: '17' + java-version: '25' cache: 'gradle' - name: Change Permissions run: chmod +x ./gradlew @@ -37,7 +37,7 @@ jobs: - name: Setup JDK 17 uses: actions/setup-java@v5 with: - java-version: '17' + java-version: '25' distribution: 'temurin' cache: 'gradle' - name: Generate Docker Cache Key @@ -153,7 +153,7 @@ jobs: uses: actions/setup-java@v5 with: distribution: 'temurin' - java-version: '17' + java-version: '25' cache: 'gradle' - name: Change Permissions run: chmod +x ./gradlew @@ -179,7 +179,7 @@ jobs: uses: actions/setup-java@v5 with: distribution: 'temurin' - java-version: '17' + java-version: '25' cache: 'gradle' - name: Change Permissions run: chmod +x ./gradlew