From 6181ff0608a6e680ce911ef6ff6e2192f8b07ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:01:03 +0000 Subject: [PATCH] build(deps): Bump org.hibernate:hibernate-core Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.3.4.Final to 7.4.4.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.4/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.4...7.4.4) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 7.4.4.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a6578c7..e6e146e1 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.20.0') - implementation("org.hibernate:hibernate-core:7.3.4.Final") + implementation("org.hibernate:hibernate-core:7.4.4.Final") implementation("net.ttddyy:datasource-proxy:1.11.0") implementation("org.postgresql:postgresql:42.7.11") implementation("com.zaxxer:HikariCP:7.0.2")