From 1740e71865fbc66b04c9c22ecd9045fe31a1d24e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:32:11 +0000 Subject: [PATCH 1/2] chore(deps): update dependency org.hibernate:hibernate-core to v6.4.1.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 4b0f17387..fbf1a88dd 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.4.0.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.4.1.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.1.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" } From 0ff133fd26dcad99626772a12b7b7dce76ce875e Mon Sep 17 00:00:00 2001 From: Hyunsik Kang Date: Mon, 18 Dec 2023 07:16:56 +0900 Subject: [PATCH 2/2] fix: 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 fbf1a88dd..be1d81a34 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.1.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.1.Final" } # hibernate-reactive