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 f90a034864f7 chore(deps-dev): Bump org.hibernate.orm:hibernate-core
f90a034864f7 is described below
commit f90a034864f734dff670a6290f2aad601309318e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 07:21:44 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.2.Final to 7.4.3.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.2...7.4.3)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 7.4.3.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 f6e55369b3d5..cf33d0e06756 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.2.Final</hibernate-version>
+ <hibernate-version>7.4.3.Final</hibernate-version>
<hsqldb-version>2.7.4</hsqldb-version>
<mariadb-version>3.5.9</mariadb-version>
<mariadb4j-version>3.3.1</mariadb4j-version>