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 {
57
57
api libs. byteBuddy
58
58
api libs. logging
59
59
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 "
62
62
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 "
65
65
}
66
66
67
67
// 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