diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb5619f..2a375db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 2 - name: Set up JDK ${{ matrix.java_version }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'zulu' java-version: ${{ matrix.java_version }} diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 53a1635..fd8d4f1 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -12,7 +12,7 @@ maven-plugin - 3.9.4 + 3.9.5 @@ -49,7 +49,7 @@ com.google.guava guava - 32.1.2-jre + 33.0.0-jre