| commit | 2a30c215b794675691185f24a9c142fbbceaba6c | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Mar 02 19:15:33 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Mar 05 11:14:39 2026 +0100 |
| tree | 448fe110ebef96478f3dc8ebc63919d9beedc9b6 | |
| parent | 1b286f2e3252499843dc9fc8ffa50b263c7b7033 [diff] [blame] |
Bump hibernate.version from 7.2.4.Final to 7.2.6.Final Bumps `hibernate.version` from 7.2.4.Final to 7.2.6.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.4.Final to 7.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.4...7.2.6) Updates `org.hibernate.orm:hibernate-processor` from 7.2.4.Final to 7.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.4...7.2.6) Updates `org.hibernate.orm:hibernate-c3p0` from 7.2.4.Final to 7.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.4...7.2.6) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.2.4.Final to 7.2.6.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.4...7.2.6) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.2.6.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #926 Change-Id: Icc3a9aed729654e802765f8d7415919b7ecd6fe8
diff --git a/pom.xml b/pom.xml index c062e73..0181800 100644 --- a/pom.xml +++ b/pom.xml
@@ -9,7 +9,7 @@ <java.version>21</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>4.0.2</jersey.version> - <hibernate.version>7.2.4.Final</hibernate.version> + <hibernate.version>7.2.6.Final</hibernate.version> <spring.version>7.0.3</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->