From d14be237a32ebaefb71f3725729f843e017636c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:56:46 +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.0.Final to 7.1.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.1.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 998b9adf9d..9d691319c0 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { groovyVersion = '4.0.28' hamcrestVersion = '3.0' hazelcastVersion = '5.5.0' - hibernateVersion = '7.1.0.Final' + hibernateVersion = '7.1.1.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.20.0'