diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d5f1961..cb6d3a9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -200,10 +200,10 @@ jobs: java-version: 17 - name: Set up GraalVM - uses: graalvm/setup-graalvm@22cc13fe88ef133134b3798e128fb208df55e1f5 # v1 + uses: graalvm/setup-graalvm@2911b2304bee2c2f59b9a67bf45f025a6b6de4b1 # v1.2.2 with: - distribution: "graalvm" - java-version: "17" + java-version: "21" + distribution: "graalvm-community" github-token: ${{ secrets.GITHUB_TOKEN }} - id: "auth" diff --git a/pom.xml b/pom.xml index e7b97964..3143a1b6 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,6 @@ alloydb-connector-parent https://googleapis.dev/java/google-api-grpc/latest 2.30.0 - 0.10.2 1.78.1 @@ -290,7 +289,7 @@ org.graalvm.buildtools junit-platform-native - ${native-image.version} + ${native-maven-plugin.version} test @@ -299,7 +298,7 @@ org.graalvm.buildtools native-maven-plugin - ${native-image.version} + ${native-maven-plugin.version} true