Skip to content

Commit c60b711

Browse files
committed
update to latest Quarkus and Reactive in Processor tests
1 parent 55912ce commit c60b711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tooling/metamodel-generator/hibernate-processor.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ dependencies {
5757
api libs.byteBuddy
5858
api libs.logging
5959

60-
quarkusOrmPanacheImplementation "io.quarkus:quarkus-hibernate-orm-panache:3.6.2"
61-
quarkusHrPanacheImplementation "io.quarkus:quarkus-hibernate-reactive-panache:3.6.2"
60+
quarkusOrmPanacheImplementation "io.quarkus:quarkus-hibernate-orm-panache:3.24.1"
61+
quarkusHrPanacheImplementation "io.quarkus:quarkus-hibernate-reactive-panache:3.24.1"
6262
jakartaDataImplementation "jakarta.data:jakarta.data-api:1.0.0"
63-
jakartaDataImplementation "org.hibernate.reactive:hibernate-reactive-core:2.2.2.Final"
64-
jakartaDataImplementation "io.quarkus:quarkus-hibernate-orm-panache:3.6.2"
63+
jakartaDataImplementation "org.hibernate.reactive:hibernate-reactive-core:3.0.1.Final"
64+
jakartaDataImplementation "io.quarkus:quarkus-hibernate-orm-panache:3.24.1"
6565
}
6666

6767
// The source set gets a custom configuration which extends the normal test implementation config

0 commit comments

Comments
 (0)