| commit | aee29dd75af39b59d90981304e1d5f5a76a03475 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 29 17:23:20 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Jun 30 11:17:00 2026 +0200 |
| tree | 75d10e56d39340d422c9656a942f5429e0eb109c | |
| parent | c78f5ad362f0eebf7e4fa9a1625ba52103396cc5 [diff] |
Bump hibernate.version from 7.4.1.Final to 7.4.3.Final Bumps `hibernate.version` from 7.4.1.Final to 7.4.3.Final. Updates `org.hibernate.orm:hibernate-core` from 7.4.1.Final to 7.4.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.3) Updates `org.hibernate.orm:hibernate-processor` from 7.4.1.Final to 7.4.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.3) Updates `org.hibernate.orm:hibernate-c3p0` from 7.4.1.Final to 7.4.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.3) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.4.1.Final to 7.4.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.3) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.4.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.4.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.4.3.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #991 Change-Id: Ibfc9af60d0c6fe18f454a534fc421fce8c8c116c
diff --git a/pom.xml b/pom.xml index bb4c08f..b320f4f 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.1.Final</hibernate.version> + <hibernate.version>7.4.3.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-->