From 12e4dce5eb7fb115afc815710b50fe68d264e0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:00:51 +0000 Subject: [PATCH] build(deps): Bump org.hibernate:hibernate-core Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.1.10.Final to 7.1.11.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.10...7.1.11) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e5bcfbb1..d9c77ffd 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation("org.apache.commons:commons-csv:1.14.1") implementation('org.apache.commons:commons-lang3:3.19.0') - implementation("org.hibernate:hibernate-core:7.1.10.Final") + implementation("org.hibernate:hibernate-core:7.1.11.Final") implementation("net.ttddyy:datasource-proxy:1.11.0") implementation("org.postgresql:postgresql:42.7.8") implementation("io.lettuce:lettuce-core:7.1.0.RELEASE")