From c49c4f80a290e216493ef1179b3b0a64efb564af Mon Sep 17 00:00:00 2001 From: Dominik Guhr Date: Thu, 24 Feb 2022 15:53:07 +0100 Subject: [PATCH] update to quarkus 2.7.2 postgres update to 42.3.3. Did a hands-on startup performance test between 2.7.1 and 2.7.2, no change (between 3.2xx and 3.4xx seconds for start-dev with initialized db, mostly in the 3.3xx or lower 3.4xx timeframe). Also did a few smoketests Closes #10437 Closes #10282 --- pom.xml | 2 +- quarkus/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7e97451690..8ca61787a4 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ pom - 2.7.1.Final + 2.7.2.Final