| commit | 014dcff61ff8fa73ee3c4c4f8106bbd79da306ef | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 15 17:24:51 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Dec 17 09:54:34 2025 +0100 |
| tree | 6c07e89ba8f057aa9cf254a59d4813d3c0b76a74 | |
| parent | 7dab9fab4025db74390c7d43e1c46014cdad5d3d [diff] |
Bump hibernate.version from 7.1.11.Final to 7.2.0.Final Bumps `hibernate.version` from 7.1.11.Final to 7.2.0.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.11.Final to 7.2.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.11.Final to 7.2.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.11.Final to 7.2.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.11.Final to 7.2.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.11...7.2.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.2.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #889 Change-Id: Iad28cc1994ab43b7d4b3cf8f4a49d4e6aa0c95b6
diff --git a/pom.xml b/pom.xml index b082491..8e73418 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.0</jersey.version> - <hibernate.version>7.1.11.Final</hibernate.version> + <hibernate.version>7.2.0.Final</hibernate.version> <spring.version>7.0.2</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->