| commit | 31cfe3d1eefc46d7064e8ebd8640f036c4be8306 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 01 19:00:32 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Dec 03 11:40:22 2025 +0100 |
| tree | ce4b021e32a486aacf328bebffba6d0944e22726 | |
| parent | 26d841464c00368b69a71b1e1e327dd248454ae3 [diff] |
Bump hibernate.version from 7.1.9.Final to 7.1.11.Final Bumps `hibernate.version` from 7.1.9.Final to 7.1.11.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.9.Final to 7.1.11.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.9...7.1.11) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.9.Final to 7.1.11.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.9...7.1.11) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.9.Final to 7.1.11.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.9...7.1.11) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.9.Final to 7.1.11.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.11/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.9...7.1.11) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.1.11.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #881 Change-Id: Ifb768c033c9386698bed1dcc3266c579f72505d1
diff --git a/pom.xml b/pom.xml index 92f9560..555ba40 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.9.Final</hibernate.version> + <hibernate.version>7.1.11.Final</hibernate.version> <spring.version>7.0.1</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->