From ca2de4c878eec76f9adba4d872897cfd60558411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:10:25 +0000 Subject: [PATCH] Update dependency java-jdk to v17.0.20+101 --- .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 105e98b..dd658f7 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 + java-version: 17.0.20+101 distribution: 'temurin' - name: Build with Maven diff --git a/.github/workflows/deploy-to-github.yml b/.github/workflows/deploy-to-github.yml index dcfd81f..0966b26 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 + java-version: 17.0.20+101 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 3cf9961..04e9d82 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 + java-version: 17.0.20+101 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 + java-version: 17.0.20+101 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 + java-version: 17.0.20+101 distribution: 'temurin' server-id: nerz-releases server-username: MAVEN_USERNAME