diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 2069398f4e..0f3d0d3cb3 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'adopt' - java-version: '17' + java-version: '21' check-latest: true - run: | @@ -51,7 +51,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'adopt' - java-version: '17' + java-version: '21' check-latest: true - name: Checkout diff --git a/pom.xml b/pom.xml index df12223512..bc337025a7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.trino trino-root - 435 + 436 trino-tiledb @@ -150,7 +150,7 @@ io.trino trino-testing - 435 + 436 test