| commit | 37fc41f6c0087916fbf2ff0865c5dbcf218b32fc | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Nov 21 17:09:19 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Nov 24 11:53:15 2025 +0100 |
| tree | 8751ea5949d3db33e8f8d2c8e0c480f9c0410634 | |
| parent | f1d9e602e8d1d02902084494331d59f796066327 [diff] [blame] |
Bump hibernate.version from 7.1.7.Final to 7.1.9.Final Bumps `hibernate.version` from 7.1.7.Final to 7.1.9.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.7.Final to 7.1.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.7...7.1.9) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.7.Final to 7.1.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.7...7.1.9) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.7.Final to 7.1.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.7...7.1.9) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.7.Final to 7.1.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.7...7.1.9) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.9.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.9.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.1.9.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.1.9.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #876 Change-Id: I67e117037108bba9b17b43d09148d9db02a630ad
diff --git a/pom.xml b/pom.xml index 5022e22..3d60b5e 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.7.Final</hibernate.version> + <hibernate.version>7.1.9.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-->