From e3bc3ee826b95168fed2f62f8e1019bad457e39e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Aug 2023 16:21:11 +0200 Subject: Updates for Quarkus 3. Change-Id: I14aff18aa1e31944619dfb6cc57955484227b298 --- pom.xml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a537b8d..c225f29 100644 --- a/pom.xml +++ b/pom.xml @@ -32,11 +32,12 @@ io.quarkus 0.2.0 + 1.6.9 3.0.2 0.64.4 1.15.0 - 5.6.15.Final - 2.21.1 + 6.2.7.Final + 3.5.1 1.6.1 5.13.0 1.16.1 @@ -57,10 +58,18 @@ import + + com.blazebit + blaze-persistence-bom + ${blaze-persistence.version} + pom + import + + - com.vladmihalcea - hibernate-types-55 + io.hypersistence + hypersistence-utils-hibernate-62 ${hibernate-types.version} @@ -203,11 +212,11 @@ com.blazebit - blaze-persistence-integration-quarkus + blaze-persistence-integration-quarkus-3 com.blazebit - blaze-persistence-integration-hibernate-5.6 + blaze-persistence-integration-hibernate-6.2 runtime @@ -234,8 +243,8 @@ - com.vladmihalcea - hibernate-types-55 + io.hypersistence + hypersistence-utils-hibernate-62 @@ -277,9 +286,8 @@ - org.hibernate + org.hibernate.orm hibernate-jpamodelgen - ${hibernate.version} provided @@ -345,17 +353,17 @@ ${liquibase.version} - org.hibernate + org.hibernate.orm hibernate-core ${hibernate.version} - org.hibernate + org.hibernate.orm hibernate-entitymanager ${hibernate.version} - org.hibernate + org.hibernate.orm hibernate-envers ${hibernate.version} -- cgit v1.2.3