| commit | 4ef39fdab2f552c7a501dde2de4d06592b02e89f | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 02 23:49:43 2026 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Tue Feb 03 10:50:11 2026 +0100 |
| tree | 4596890a85a1184e495863f003bd56f84f7403f4 | |
| parent | 7f20c6f91ac50b56cc738c751f6f25085299983c [diff] [blame] |
Bump hibernate.version from 7.2.0.Final to 7.2.3.Final Bumps `hibernate.version` from 7.2.0.Final to 7.2.3.Final. Updates `org.hibernate.orm:hibernate-core` from 7.2.0.Final to 7.2.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.3) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.2.0.Final to 7.2.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.3) Updates `org.hibernate.orm:hibernate-c3p0` from 7.2.0.Final to 7.2.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.3) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.2.0.Final to 7.2.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.0...7.2.3) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.2.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.2.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.2.3.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.2.3.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Closes #912 Change-Id: Ie3f26a7a5f84d0090d511c0d1eb47f21c5a4354c
diff --git a/pom.xml b/pom.xml index f364b21..10bb7d6 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.0</jersey.version> - <hibernate.version>7.2.0.Final</hibernate.version> + <hibernate.version>7.2.3.Final</hibernate.version> <spring.version>7.0.2</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->