From cfc7a8694148fc5889eb11300a80c8c78014d6c7 Mon Sep 17 00:00:00 2001 From: Juliano Mohr Date: Mon, 11 Sep 2023 16:35:26 +0100 Subject: [PATCH] Upgrade to Quarkus 3.3.2 --- .github/workflows/ci.yml | 3 +-- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef2e0f..a9844fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,12 +40,11 @@ jobs: java-version: "17" distribution: "adopt" - name: login registry.redhat.io - uses: docker/login-action@v2 + uses: redhat-actions/podman-login@v1 with: registry: registry.redhat.io username: ${{ secrets.REDHAT_USR }} password: ${{ secrets.REDHAT_PWD }} - logout: true - name: checkout uses: actions/checkout@v3 - name: cache ~/.m2 diff --git a/pom.xml b/pom.xml index 9155716..78a0ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,8 +18,8 @@ - 3.2.5.Final - 3.2.5.Final + 3.3.2 + 3.3.2 io.quarkus quarkus-universe-bom 3.1.2