| hibernate-orm is still based on h2 database 1.4.196 which was released back in Jun, 2017: https://mvnrepository.com/artifact/com.h2database/h2 This blocking an update in Quarkus: https://github.com/quarkusio/quarkus/issues/9354 To update to 1.4.200+, the H2Dialect and the testsuite have to be checked/adjusted. |