This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 662222347fb6 chore(deps-dev): Bump org.hibernate.orm:hibernate-core
662222347fb6 is described below
commit 662222347fb60db60a05792f0945b42acab5750e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 07:40:45 2026 +0000
chore(deps-dev): Bump org.hibernate.orm:hibernate-core
Bumps
[org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm)
from 7.4.3.Final to 7.4.4.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.4/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.4)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 7.4.4.Final
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index c9514442db77..2205784120e9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -222,7 +222,7 @@
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
<hibernate-validator-version>9.1.1.Final</hibernate-validator-version>
- <hibernate-version>7.4.3.Final</hibernate-version>
+ <hibernate-version>7.4.4.Final</hibernate-version>
<hsqldb-version>2.7.4</hsqldb-version>
<mariadb-version>3.5.9</mariadb-version>
<mariadb4j-version>3.3.1</mariadb4j-version>