From 167d23c67f862c69798276afa17335819c6a74c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:12:02 +0000 Subject: [PATCH] Bump org.hibernate.orm:hibernate-core from 7.2.6.Final to 7.2.7.Final Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.2.6.Final to 7.2.7.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.6...7.2.7) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.2.7.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 97114b1..097cc61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("commons-beanutils:commons-beanutils:1.11.0") implementation("org.postgresql:postgresql:42.7.10") - implementation("org.hibernate.orm:hibernate-core:7.2.6.Final") + implementation("org.hibernate.orm:hibernate-core:7.2.7.Final") implementation("org.reflections:reflections:0.10.2") implementation("io.grpc:grpc-stub:1.79.0")