From 0382361f4161b60b12dfb197eb5823608e3f395c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:56:13 +0000 Subject: [PATCH] chore(deps): update dependency org.hibernate:hibernate-core to v6.4.5.final --- libs.example.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index d19f75395..0241928a5 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.4.4.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.4.5.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.5.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" }