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