From 829273448dd163ce2fc689220741567e750d0963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:16:58 +0200 Subject: [PATCH] build(deps): bump org.hibernate.orm:hibernate-core (#1662) Bumps [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) from 6.4.5.Final to 6.5.0.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.5.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.5...6.5.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 375441e52..d0d67c960 100644 --- a/samples/java/hibernate/pom.xml +++ b/samples/java/hibernate/pom.xml @@ -39,7 +39,7 @@ org.hibernate.orm hibernate-core - 6.4.5.Final + 6.5.0.Final