From ecab0c8a3e390ae93520a02fe54f0f20d157fe4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:19:03 +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.3.2.Final to 7.3.3.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.2...7.3.3) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.3.3.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 fad570a19..5757878de 100644 --- a/samples/java/hibernate/pom.xml +++ b/samples/java/hibernate/pom.xml @@ -39,7 +39,7 @@ org.hibernate.orm hibernate-core - 7.3.2.Final + 7.3.3.Final