[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
@@ -61,7 +61,7 @@
<properties>
<spring.boot.dependencies>3.2.0</spring.boot.dependencies>
<spring.boot.dependencies>3.2.2</spring.boot.dependencies>
<org.slf4j.version>2.0.9</org.slf4j.version>
<logback.version>1.4.14</logback.version>
</properties>
@@ -69,7 +69,7 @@
</build>
<properties>
<spring.boot.dependencies>3.1.0</spring.boot.dependencies>
<spring.boot.dependencies>3.2.2</spring.boot.dependencies>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.3.1.Final</version>
<version>${hibernate.core.version}</version>
</dependency>
</dependencies>
@@ -57,6 +57,7 @@
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.h2db.demo.server.SpringBootApp</start-class>
<db-util.version>1.0.7</db-util.version>
<hibernate.core.version>6.4.2.Final</hibernate.core.version>
</properties>
</project>
@@ -101,7 +101,7 @@
<org.springframework.data.version>3.1.3</org.springframework.data.version>
<org.springframework.security.version>6.1.3</org.springframework.security.version>
<!-- persistence -->
<hibernate.version>6.2.8.Final</hibernate.version>
<hibernate.version>6.4.2.Final</hibernate.version>
<mysql-connector-java.version>8.2.0</mysql-connector-java.version>
<tomcat-dbcp.version>9.0.80</tomcat-dbcp.version>
</properties>