[JAVA-30684] - Upgrade Hibernate to the latest version for Spring-JPA and Spring-JPA-2 modules (#15798)

This commit is contained in:
Amit Pandey
2024-02-06 01:19:52 +05:30
committed by GitHub
parent 0f31669c34
commit 6a33ca8f57
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
<version>${hibernate-core.version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
@@ -127,6 +127,7 @@
<h2.version>2.1.214</h2.version>
<expressly-language.version>5.0.0</expressly-language.version>
<jakarta-servlet-jpa-jstl-api.version>3.0.0</jakarta-servlet-jpa-jstl-api.version>
<hibernate-core.version>6.4.2.Final</hibernate-core.version>
</properties>
</project>