From 7f5d9ce3990a2f9c20ed5ba8be03fe571d2c7d25 Mon Sep 17 00:00:00 2001
From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com>
Date: Fri, 8 Sep 2023 08:55:20 +0200
Subject: [PATCH] Upgrade to Quarkus 3.3.2
---
.github/workflows/ci.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f9f3bc79..2b139f39 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- quarkus-version: [ 3.0.1.Final, 3.2.2.Final ]
+ quarkus-version: [ 3.0.1.Final, 3.2.2.Final, 3.3.2 ]
fail-fast: false
steps:
- uses: actions/checkout@v4
diff --git a/pom.xml b/pom.xml
index 5462fa9e..1b15c546 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
1.18.26
1.5.4.Final
- 3.2.2.Final
+ 3.3.2
2.9.1
5.0.0.Beta1