From 14f98a6fc4d1e5f70fac54a4302d9c7d6ea72298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:52:33 +0000 Subject: [PATCH] chore(deps): bump org.hibernate:hibernate-core Bumps [org.hibernate:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.3.6.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.6...7.4.1) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-version: 7.4.1.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 33d3fe6..690a7c2 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation "org.springframework.boot:spring-boot" implementation "org.springframework.security:spring-security-core" - implementation "org.hibernate:hibernate-core:7.3.6.Final" + implementation "org.hibernate:hibernate-core:7.4.1.Final" implementation "org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.2.Final" implementation 'com.google.guava:guava:33.6.0-jre'