From 75265ce179327bde5c00f47aacc46c48e272c1ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:07:04 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-core from 7.3.5.Final to 7.4.1.Final Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.3.5.Final to 7.4.1.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.5...7.4.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.3.6.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 217ebe0..42dd611 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("commons-beanutils:commons-beanutils:1.11.0") implementation("org.postgresql:postgresql:42.7.11") - implementation("org.hibernate.orm:hibernate-core:7.3.5.Final") + implementation("org.hibernate.orm:hibernate-core:7.4.1.Final") implementation("org.reflections:reflections:0.10.2") implementation("io.grpc:grpc-stub:1.81.0")