| commit | ca1025df851096c041d8fd251621dfe2138fa128 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jul 13 17:23:34 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Jul 29 12:11:24 2026 +0200 |
| tree | 98b80c5c3361bde7051c1cfb1b8a8031ebff6fb3 | |
| parent | e79212c28bdd0911e91228383cdd4f609243a0ab [diff] |
Bump hibernate.version from 7.4.3.Final to 7.4.5.Final Bumps `hibernate.version` from 7.4.3.Final to 7.4.5.Final. Updates `org.hibernate.orm:hibernate-core` from 7.4.3.Final to 7.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.5) Updates `org.hibernate.orm:hibernate-processor` from 7.4.3.Final to 7.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.5) Updates `org.hibernate.orm:hibernate-c3p0` from 7.4.3.Final to 7.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.5) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.4.3.Final to 7.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.3...7.4.5) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.4.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.4.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.4.5.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #1001 Change-Id: Ie532b70da187fb038a9709a6df579d0bd3cb28e3
diff --git a/pom.xml b/pom.xml index 62199bf..bd9e186 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.4.3.Final</hibernate.version> + <hibernate.version>7.4.5.Final</hibernate.version> <spring.version>7.0.8</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->