From d540f449f034b760dc3baacda945f9c13efb3ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= Date: Thu, 16 Mar 2023 15:17:09 +0100 Subject: [PATCH] Upgrade agroal (#17642) Closes #17161 --- quarkus/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/quarkus/pom.xml b/quarkus/pom.xml index fc10e09944..340c1d3ec2 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -46,6 +46,7 @@ 2.0.1.Final 1.4.1.SP1 1.8.3 + 1.17 UTF-8 3.8.1 @@ -85,6 +86,22 @@ infinispan-client-hotrod ${infinispan.version} + + io.agroal + agroal-api + ${io.agroal.version} + + + io.agroal + agroal-narayana + ${io.agroal.version} + + + + io.agroal + agroal-pool + ${io.agroal.version} +