diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09ff064..27c5036 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v4.2.2 + uses: actions/setup-java@v4.3.0 with: java-version: '17' distribution: 'temurin' @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v4.1.7 - name: Set up JDK 17 - uses: actions/setup-java@v4.2.2 + uses: actions/setup-java@v4.3.0 with: java-version: '17' distribution: 'temurin' diff --git a/pom.xml b/pom.xml index 7b86910..01f056c 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 3.5.0 3.3.1 1.9.20 - 3.2.5 + 3.2.6