| commit | 7815760bbbd4e7935541eeb1748bf09c5cd10258 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Mar 17 17:24:03 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Mar 23 11:00:19 2026 +0100 |
| tree | dad771232e16b92fa3a7a8cecd1e4880fd64b7e8 | |
| parent | 61ab9586dff530eaa579c5faeb0ccb0139ba8528 [diff] |
Bump hibernate.version from 7.2.6.Final to 7.3.0.Final Bumps `hibernate.version` from 7.2.6.Final to 7.3.0.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.6.Final to 7.3.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.6...7.3.0) Updates `org.hibernate.orm:hibernate-processor` from 7.2.6.Final to 7.3.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.6...7.3.0) Updates `org.hibernate.orm:hibernate-c3p0` from 7.2.6.Final to 7.3.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.6...7.3.0) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.2.6.Final to 7.3.0.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.0/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.6...7.3.0) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.3.0.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #937 Change-Id: If74d82d9278cd75bd64a2a1c3387915be7378b3e
diff --git a/pom.xml b/pom.xml index 1519e6f..16237af 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.2.6.Final</hibernate.version> + <hibernate.version>7.3.0.Final</hibernate.version> <spring.version>7.0.5</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->