From a3ea12ec25f6879d4864255d3348e08784f320d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:28:07 +0000 Subject: [PATCH 1/2] chore(deps): update dependency org.hibernate:hibernate-core to v6.4.0.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 7438d831a..1a3894266 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -32,8 +32,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.3.1.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.4.0.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.0.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" } From e1846b7c373bfebd25af113b8d13f24ed480eb37 Mon Sep 17 00:00:00 2001 From: Hyunsik Kang Date: Fri, 24 Nov 2023 05:57:28 +0900 Subject: [PATCH 2/2] fix: hibernate v5 version --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index 1a3894266..f7f398733 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -32,7 +32,7 @@ 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 = "6.4.0.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.0.Final" } # hibernate-reactive