mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to Hibernate 7.4.0.Final
Closes gh-50578
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import io.micrometer.core.instrument.MeterRegistry;
|
||||
import jakarta.persistence.EntityManagerFactory;
|
||||
import jakarta.persistence.PersistenceException;
|
||||
import org.hibernate.SessionFactory;
|
||||
import org.hibernate.stat.HibernateMetrics;
|
||||
import org.hibernate.orm.micrometer.HibernateMetrics;
|
||||
|
||||
import org.springframework.beans.factory.SmartInitializingSingleton;
|
||||
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
|
||||
|
||||
@@ -635,7 +635,7 @@ bom {
|
||||
releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}")
|
||||
}
|
||||
}
|
||||
library("Hibernate", "7.3.4.Final") {
|
||||
library("Hibernate", "7.4.0.Final") {
|
||||
group("org.hibernate.orm") {
|
||||
modules = [
|
||||
"hibernate-agroal",
|
||||
|
||||
Reference in New Issue
Block a user