| commit | f70fc9dcedb39f07fd3af8d816c62b20f01a9762 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Nov 14 11:03:34 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Nov 17 10:42:51 2025 +0100 |
| tree | 452a2920e6bd0cf9a05192d4d4ad24fa8e29fd65 | |
| parent | c46fb157429ca0b69f3918c943df6212b6d38b0a [diff] [blame] |
Bump hibernate.version from 7.1.5.Final to 7.1.7.Final Bumps `hibernate.version` from 7.1.5.Final to 7.1.7.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.5.Final to 7.1.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.5...7.1.7) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.5.Final to 7.1.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.5...7.1.7) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.5.Final to 7.1.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.5...7.1.7) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.5.Final to 7.1.7.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.7/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.5...7.1.7) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.7.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.7.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.1.7.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.1.7.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: If37b25ed0b497bbe2b0915c9ff4b86a381207f64
diff --git a/pom.xml b/pom.xml index a5b7a4a..27ebde4 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>3.1.11</jersey.version> - <hibernate.version>7.1.5.Final</hibernate.version> + <hibernate.version>7.1.7.Final</hibernate.version> <spring.version>7.0.0</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->