This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 68e927c8ec65 chore(deps-dev): Bump org.hibernate.orm:hibernate-core
(#23899)
68e927c8ec65 is described below
commit 68e927c8ec6536b1ab1e2d889f35b35701287a90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 10:26:42 2026 +0200
chore(deps-dev): Bump org.hibernate.orm:hibernate-core (#23899)
Bumps
[org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm)
from 7.4.0.Final to 7.4.1.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.0...7.4.1)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 7.4.1.Final
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b8e8c9faa5c3..fad593fa85f5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -224,7 +224,7 @@
<hazelcast-version>5.4.0</hazelcast-version>
<hdrhistrogram-version>2.2.2</hdrhistrogram-version>
<hibernate-validator-version>9.1.0.Final</hibernate-validator-version>
- <hibernate-version>7.4.0.Final</hibernate-version>
+ <hibernate-version>7.4.1.Final</hibernate-version>
<hsqldb-version>2.7.4</hsqldb-version>
<mariadb-version>3.5.8</mariadb-version>
<mariadb4j-version>3.3.1</mariadb4j-version>