| commit | 56fd14e002e61726a3fbd89a5c74c377e7c9b2d8 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Apr 20 19:48:12 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Apr 29 10:43:01 2026 +0200 |
| tree | 65f87214eb4c25d19e1ee81a62c76a9d13e36e62 | |
| parent | 282a2ccad9c72d23df83dfa89f15349e0de9044f [diff] [blame] |
Bump hibernate.version from 7.3.1.Final to 7.3.2.Final Bumps `hibernate.version` from 7.3.1.Final to 7.3.2.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.1.Final to 7.3.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2) Updates `org.hibernate.orm:hibernate-processor` from 7.3.1.Final to 7.3.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2) Updates `org.hibernate.orm:hibernate-c3p0` from 7.3.1.Final to 7.3.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.3.1.Final to 7.3.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.3.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.3.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.3.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.3.2.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #950 Change-Id: I54ef9a0c406a813a875c50d45d4e8700b2fb540a
diff --git a/pom.xml b/pom.xml index 0c8ebd3..d1407ea 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.3.1.Final</hibernate.version> + <hibernate.version>7.3.2.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-->