diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 834abab1..5f3ffd50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: with: version: 2025.7.12 tool_versions: | - java 21 + java temurin-21 - uses: SonarSource/ci-github-actions/build-maven@v1 with: @@ -66,7 +66,7 @@ jobs: with: version: 2025.7.12 tool_versions: | - java ${{ matrix.JAVA_VERSION }} + java temurin-${{ matrix.JAVA_VERSION }} - name: Getting Vault Secrets uses: SonarSource/vault-action-wrapper@v3 diff --git a/its/it-tests/src/test/java/com/sonar/scanner/lib/it/SSLTest.java b/its/it-tests/src/test/java/com/sonar/scanner/lib/it/SSLTest.java index 7e55768e..18291119 100644 --- a/its/it-tests/src/test/java/com/sonar/scanner/lib/it/SSLTest.java +++ b/its/it-tests/src/test/java/com/sonar/scanner/lib/it/SSLTest.java @@ -231,6 +231,7 @@ public void simple_analysis_with_server_and_without_client_certificate_is_failin .containsAnyOf( // different exception is thrown depending on the JDK version. See: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8172163 commonMessage + "Received fatal alert: bad_certificate", + commonMessage + "(certificate_required) Received fatal alert: certificate_required", commonMessage + "Broken pipe"); } diff --git a/lib/pom.xml b/lib/pom.xml index cf6c12c9..2a977049 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -54,7 +54,7 @@ io.github.hakky54 ayza - 10.0.2 + 10.0.3 org.bouncycastle diff --git a/pom.xml b/pom.xml index 8de43ff4..d3822762 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ sonar-scanner-java-library - 5.20.0 + 5.22.0 1.7.36 @@ -89,7 +89,7 @@ org.junit junit-bom - 5.14.1 + 6.0.3 pom import @@ -111,7 +111,7 @@ commons-codec commons-codec - 1.20.0 + 1.21.0