From 445b2f7c37618fa43a12a5bacd6e574059484403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:10:02 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-core from 7.4.2.Final to 7.4.4.Final Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.4.2.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.4.2...7.4.4) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.4.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4917eee..b096ff0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation("commons-beanutils:commons-beanutils:1.11.0") implementation("org.postgresql:postgresql:42.7.12") - implementation("org.hibernate.orm:hibernate-core:7.4.2.Final") + implementation("org.hibernate.orm:hibernate-core:7.4.4.Final") implementation("org.reflections:reflections:0.10.2") implementation("io.grpc:grpc-stub:1.82.1")