From 0da3b36f797008818a869b1ea030736e9fb13ec1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 11 Jun 2026 20:52:56 +0200 Subject: Update Quarkus to 3.36.2. Align hibernate.version with the 7.3.7.Final shipped by the new BOM, switch hypersistence-utils to the -hibernate-73 module (3.15.3), and bump Liquibase to 4.33.0. Also drop the liquibase-hibernate5 extension and Hibernate deps from the Liquibase Maven plugin: the pinned version never existed (the artifact stopped at 4.27.0, breaking all liquibase:* goals) and the extension is unused since liquibase.properties has no hibernate: reference URL. Co-Authored-By: Claude Fable 5 Change-Id: I7e32732552a090c37f924301ebcd5bab63338993 --- pom.xml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index c2db6c2..e9814b1 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.14.0 3.6.0 4.2 - 3.24.2 + 3.36.2 3.3.1 2.44.5 @@ -32,13 +32,13 @@ 3.0.2 0.64.8 1.15.0 - 7.0.4.Final - 3.10.1 + 7.3.7.Final + 3.15.3 1.6.1 5.17.0 1.21.1 2.0.20 - 4.32.0 + 4.33.0 42.7.7 2.1.0 @@ -57,7 +57,7 @@ io.hypersistence - hypersistence-utils-hibernate-70 + hypersistence-utils-hibernate-73 ${hibernate-types.version} @@ -215,7 +215,7 @@ io.hypersistence - hypersistence-utils-hibernate-70 + hypersistence-utils-hibernate-73 @@ -328,21 +328,6 @@ src/main/resources/db/liquibase.properties - - org.liquibase.ext - liquibase-hibernate5 - ${liquibase.version} - - - org.hibernate.orm - hibernate-core - ${hibernate.version} - - - org.hibernate.orm - hibernate-envers - ${hibernate.version} - org.postgresql postgresql -- cgit v1.2.1