I need to use Hibernate version 6.0.0.Alpha7, since they have solved the following issue: https://hibernate.atlassian.net/browse/HHH-1050
Hibernate dependency is declared using quarkus extension:
<quarkus.platform.version>2.1.4.Final</quarkus.platform.version>
(...)
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm</artifactId>
</dependency>
I think this is still using Hibernate 5.5.6.Final. How can I use Hibernate 6.0.0.Alpha7?