From 4520e1ef36c113a892c564676506ec7ca2e0107a Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Thu, 25 Jan 2024 14:47:06 +0100 Subject: [PATCH] Upgrade to Quarkus 3.7.0, require Java 17 --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- docs/modules/ROOT/pages/includes/attributes.adoc | 2 +- pom.xml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86a0180..76db42d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,11 +49,11 @@ jobs: if: startsWith(matrix.os, 'windows') - uses: actions/checkout@v3 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 11 + java-version: 17 cache: 'maven' - name: Build with Maven diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcaf824..49d5a3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,11 +37,11 @@ jobs: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: distribution: temurin - java-version: 11 + java-version: 17 cache: 'maven' server-id: ossrh server-username: MAVEN_USERNAME diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 166c49b..d3909a5 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,2 +1,2 @@ -:quarkus-version: 3.6.7 +:quarkus-version: 3.7.0 :project-version: 2.4.0 diff --git a/pom.xml b/pom.xml index 077f124..15438d0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ - 3.6.7 + 3.7.0 3.0.3 3.10.1 @@ -35,8 +35,8 @@ true - 11 - 11 + 17 + 17 UTF-8 UTF-8