2914 Hibernate bug with subtype checking fixed

To verify:
 1. Go back to Hibernate 6.1.3
 2. Go to the reviewer start page as a reviewer that has undecided approvals
 3. Go to the same page again and it should crash
This commit is contained in:
Andreas Svanberg 2022-10-27 15:18:38 +02:00
parent e6da9943b6
commit ae1e5856ff

@ -26,7 +26,7 @@
<!-- See https://hibernate.org/orm/releases/ for which version Hibernate implements -->
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
<hibernate.version>6.1.3.Final</hibernate.version>
<hibernate.version>6.1.4.Final</hibernate.version>
<querydsl.version>5.0.0</querydsl.version>
<jakarta.servlet.version>4.0.4</jakarta.servlet.version>