From 889524a37fd84161582aa38abbfcfcb050f482b9 Mon Sep 17 00:00:00 2001 From: Hyunsik Kang Date: Sat, 10 Aug 2024 22:13:25 +0900 Subject: [PATCH] fix: hibernate-5 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 ccdfa1ec2..b960a2322 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.6.0.Final" } +hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" } hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.6.0.Final" } # hibernate-reactive