From 57ae605500307d072357346ba75ec1489fc1ae65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:45:39 -0500 Subject: [PATCH] Upgrade to Hibernate 6.4.1.Final Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.3.1.Final to 6.4.1.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.3.1...6.4.1) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5b26238a82..e96f006616 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ ext { groovyVersion = '4.0.15' hamcrestVersion = '2.2' hazelcastVersion = '5.3.6' - hibernateVersion = '6.3.1.Final' + hibernateVersion = '6.4.1.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.15.3'