From 4ff331f31a9bcee8c1b8281c865afe8dad4026e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:33:22 +0000 Subject: [PATCH 1/2] chore(deps): update dependency org.hibernate:hibernate-core to v6.5.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 e36c9c538..10a087b57 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.6.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "6.5.0.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.5.0.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" } From 513a0fc843a0b5089da205ed0b6c96a059bc9037 Mon Sep 17 00:00:00 2001 From: Hyunsik Kang Date: Fri, 26 Apr 2024 06:22:39 +0900 Subject: [PATCH 2/2] fix: hibernate-5 version fix --- 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 10a087b57..624649062 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -27,7 +27,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.5.0.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.5.0.Final" } # hibernate-reactive