From 0e855748b7d39a2ec45eb450c235f172abd3b0ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:17:10 +0900 Subject: [PATCH] chore(deps): update dependency org.hibernate:hibernate-core to v6.4.2.final (#569) * chore(deps): update dependency org.hibernate:hibernate-core to v6.4.2.final --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hyunsik Kang --- 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 95fbbe79a..28c19a769 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -28,7 +28,7 @@ spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", v # hibernate hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } -hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.1.Final" } +hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.4.2.Final" } # hibernate-reactive hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" }