From 4b44b82107316d3df803f882b23416cbb895f79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:02:46 +0000 Subject: [PATCH] build(deps): bump org.hibernate.orm:hibernate-core Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 7.4.5.Final to 7.4.6.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.5...7.4.6) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.6.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/java/hibernate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/java/hibernate/pom.xml b/samples/java/hibernate/pom.xml index dba0f8859..a0f9d5da0 100644 --- a/samples/java/hibernate/pom.xml +++ b/samples/java/hibernate/pom.xml @@ -39,7 +39,7 @@ org.hibernate.orm hibernate-core - 7.4.5.Final + 7.4.6.Final