From 0e353edc3217abd72fa82b534fb2cefd13dbb7df Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 9 Jul 2024 11:52:15 -0700 Subject: [PATCH] chore(deps): java 21 pom (#181) --- .github/workflows/analysis.yml | 4 ++-- backend-java/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 251e9c2..63bafe6 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -46,7 +46,7 @@ jobs: if: ${{ matrix.build && matrix.language == 'java' }} with: distribution: "temurin" - java-version: "17" + java-version: "21" - uses: actions/cache@v4 if: ${{ matrix.build && matrix.language == 'java' }} @@ -115,7 +115,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: "temurin" - java-version: "17" + java-version: "21" - name: Cache local Maven repository uses: actions/cache@v4 with: diff --git a/backend-java/pom.xml b/backend-java/pom.xml index 41e2806..f41f248 100644 --- a/backend-java/pom.xml +++ b/backend-java/pom.xml @@ -7,7 +7,7 @@ 1.0.0-SNAPSHOT 3.13.0 - 17 + 21 UTF-8 UTF-8 quarkus-bom