From 8ae02e52ee0774565b7f10ed1a488933511d4121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 07:10:28 +0000 Subject: [PATCH] Update dependency java-jdk to v25 --- .github/workflows/codeql.yml | 2 +- .github/workflows/deploy-to-github.yml | 2 +- .github/workflows/maven-publish-on-push.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd658f7..b92517b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v6 with: - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS distribution: 'temurin' - name: Build with Maven diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index 0966b26..b66af3f 100644 --- a/.github/workflows/deploy-to-github.yml +++ b/.github/workflows/deploy-to-github.yml @@ -18,7 +18,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v6 with: - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS distribution: 'temurin' - name: Configure Maven settings diff --git a/.github/workflows/maven-publish-on-push.yml b/.github/workflows/maven-publish-on-push.yml index 04e9d82..f917bf0 100644 --- a/.github/workflows/maven-publish-on-push.yml +++ b/.github/workflows/maven-publish-on-push.yml @@ -22,7 +22,7 @@ jobs: - name: Set up JDK 17 for Github deployment uses: actions/setup-java@v6 with: - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS distribution: 'temurin' server-id: github # Value of the distributionManagement/repository/id field of the pom.xml settings-path: ${{ github.workspace }} # location for the settings.xml file @@ -62,7 +62,7 @@ jobs: - name: Set up JDK 17 for NERZ-Snapshot-Deployment uses: actions/setup-java@v6 with: - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS distribution: 'temurin' server-id: nerz-snapshots server-username: MAVEN_USERNAME @@ -80,7 +80,7 @@ jobs: - name: Set up JDK 17 for NERZ-Release-Deployment uses: actions/setup-java@v6 with: - java-version: 17.0.20+101 + java-version: 25.0.4+101.0.LTS distribution: 'temurin' server-id: nerz-releases server-username: MAVEN_USERNAME