From 34f88a25dc4377349bb540acac5d82ee4c1af6cf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 2 Jul 2025 22:15:14 +0200 Subject: Update to Quarkus 3.24.2. Thanks, Claude! Change-Id: I3b09f37a78a9135cd0b1cbaab57ec32a2bb15ac7 --- pom.xml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 30eb946..2a49efe 100644 --- a/pom.xml +++ b/pom.xml @@ -12,8 +12,8 @@ true - 19 - 19 + 17 + 17 UTF-8 UTF-8 @@ -24,7 +24,7 @@ 3.13.0 3.5.0 4.2 - 3.15.1 + 3.24.2 3.3.1 2.43.0 @@ -34,7 +34,7 @@ 0.64.8 1.15.0 6.6.1.Final - 3.8.2 + 3.10.0 1.6.1 5.15.0 1.18.1 @@ -66,7 +66,7 @@ io.hypersistence - hypersistence-utils-hibernate-62 + hypersistence-utils-hibernate-70 ${hibernate-types.version} @@ -171,15 +171,15 @@ io.quarkus - quarkus-resteasy-reactive + quarkus-rest io.quarkus - quarkus-resteasy-reactive-jsonb + quarkus-rest-jsonb io.quarkus - quarkus-resteasy-reactive-qute + quarkus-rest-qute io.quarkus @@ -237,7 +237,7 @@ io.hypersistence - hypersistence-utils-hibernate-62 + hypersistence-utils-hibernate-70 @@ -276,11 +276,21 @@ kotlin-annotations-jvm provided + + org.jboss.logging + jboss-logging-annotations + provided + + + org.jboss.logging + jboss-logging-processor + provided + org.hibernate.orm - hibernate-jpamodelgen + hibernate-processor provided -- cgit v1.2.3