File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tooling/metamodel-generator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments