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