| commit | 6289891b8b27d1df1a48de82cd71d324a13cd4ec | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Apr 10 17:23:51 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Thu Apr 16 10:10:14 2026 +0200 |
| tree | 21233566a009925eeee7e10439880c2d04878fa3 | |
| parent | d57f8f95350ecd282d739628b9436cfa2a22997b [diff] |
Bump hibernate.version from 7.3.0.Final to 7.3.1.Final Bumps `hibernate.version` from 7.3.0.Final to 7.3.1.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.0.Final to 7.3.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1) Updates `org.hibernate.orm:hibernate-processor` from 7.3.0.Final to 7.3.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1) Updates `org.hibernate.orm:hibernate-c3p0` from 7.3.0.Final to 7.3.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.3.0.Final to 7.3.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.3.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.3.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.3.1.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.3.1.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #946 Change-Id: I61d71261648f7b61f689b9c9f5bcc54c6d2e2dcc
diff --git a/pom.xml b/pom.xml index a112e5c..e150d53 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.0.Final</hibernate.version> + <hibernate.version>7.3.1.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-->