From 513a0fc843a0b5089da205ed0b6c96a059bc9037 Mon Sep 17 00:00:00 2001 From: Hyunsik Kang Date: Fri, 26 Apr 2024 06:22:39 +0900 Subject: [PATCH] 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