From 6f4a5b0af9a41d6f6684cfc2511864d27ffe66da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 00:03:47 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-core Bumps the development-dependencies group with 1 update: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `org.hibernate.orm:hibernate-core` from 7.1.4.Final to 7.1.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.4...7.1.5) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0eb77c1108..e7c058556c 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { groovyVersion = '5.0.2' hamcrestVersion = '3.0' hazelcastVersion = '5.6.0' - hibernateVersion = '7.1.4.Final' + hibernateVersion = '7.1.5.Final' hsqldbVersion = '2.7.4' h2Version = '2.4.240' jacksonVersion = '2.20.0'