diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4cfe39e..416c23d 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: '11' + java-version: '17' - name: Cache Maven packages uses: actions/cache@v2 with: diff --git a/.github/workflows/java-continuous-integration.yml b/.github/workflows/java-continuous-integration.yml index e5d9235..8ced7d4 100644 --- a/.github/workflows/java-continuous-integration.yml +++ b/.github/workflows/java-continuous-integration.yml @@ -3,7 +3,7 @@ # This workflow is triggered each time # commits are pushed to GitHub or a pull request is opened. # It launches three jobs in parallel : a build with java 8, -# a build with java 11 and a SonarCloud analysis. +# a build with java 17 and a SonarCloud analysis. --- name: Java CI @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest - name: Java 11 CI + name: Java 17 CI steps: - name: Check out repository code uses: actions/checkout@v2 @@ -23,7 +23,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: 11 + java-version: 17 - name: Cache Maven packages uses: actions/cache@v2 with: @@ -47,7 +47,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'adopt' - java-version: '11' + java-version: '17' - name: Cache Maven packages uses: actions/cache@v2 with: diff --git a/pom.xml b/pom.xml index f94c4f1..02acf05 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ fr.cnes.sonar.plugins sonar-icode-cnes-plugin sonar-plugin - 3.1.1 + 3.1.2 Sonar i-Code CNES plugin @@ -56,11 +56,11 @@ UTF-8 - 1.8 - 11 - 11 - 1.8 - 1.8 + 17 + 17 + 17 + 17 + 17 9.8.0.203 9.5.0.56709 9.9.1.69595