diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 74b44d809..06b78c067 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: maven server-id: github # Value of the distributionManagement/repository/id field of the pom.xml diff --git a/pom.xml b/pom.xml index f455d53cc..0e3e78ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ - 17 + 21 ${java.version} ${java.version} UTF-8