diff --git a/libs.example.versions.toml b/libs.example.versions.toml index f5f470f2f..795265114 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -27,8 +27,8 @@ spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", v spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.2.0" } # hibernate -hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } -hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.6.3.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.6.4.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.6.4.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" }