| commit | 549f87c4ede41f98713dc185b5bc3bc2019ace8f | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Jun 09 17:23:46 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Jun 15 12:19:34 2026 +0200 |
| tree | 94c75d65dec0bff2acdf7691c901af64b1d0f6e0 | |
| parent | 2812ab10efe52e25ad388d32753fbe359604d391 [diff] |
Bump hibernate.version from 7.3.2.Final to 7.4.1.Final Bumps `hibernate.version` from 7.3.2.Final to 7.4.1.Final. Updates `org.hibernate.orm:hibernate-core` from 7.3.2.Final to 7.4.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.2...7.4.1) Updates `org.hibernate.orm:hibernate-processor` from 7.3.2.Final to 7.4.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.2...7.4.1) Updates `org.hibernate.orm:hibernate-c3p0` from 7.3.2.Final to 7.4.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.2...7.4.1) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.3.2.Final to 7.4.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.2...7.4.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.1.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-processor dependency-version: 7.4.1.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.4.1.Final dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.4.1.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #982 Change-Id: Ie7e56a9efc79ca2a47de051767617500cbdc25df
diff --git a/pom.xml b/pom.xml index e402a89..92c75e7 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.2.Final</hibernate.version> + <hibernate.version>7.4.1.Final</hibernate.version> <spring.version>7.0.7</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->