GH-196 - Upgrade to Hibernate 6.2.2 for JPA event publication registry tests.

This commit is contained in:
Oliver Drotbohm
2023-05-01 21:56:35 +02:00
parent f0c38e1085
commit c46b9b958d

View File

@@ -45,11 +45,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.1.1.Final</version>
<version>6.2.2.Final</version>
<scope>test</scope>
</dependency>