[JAVA-31110] - Upgrade to Hibernate modules to the latest version (#15807)

This commit is contained in:
Amit Pandey
2024-02-06 01:21:32 +05:30
committed by GitHub
parent 6a33ca8f57
commit 2de2d80c81
12 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.core.version}</version>
</dependency>
@@ -53,7 +53,7 @@
</dependencies>
<properties>
<hibernate.core.version>5.4.0.Final</hibernate.core.version>
<hibernate.core.version>6.4.2.Final</hibernate.core.version>
<json-path.version>5.3.2</json-path.version>
</properties>