commit | f882a0110c83419f97e120d9ce3dfca9214f36bd | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Tue Sep 30 10:10:07 2025 +0000 |
committer | margaretha <margaretha@ids-mannheim.de> | Tue Oct 07 14:00:51 2025 +0200 |
tree | 20ff51343b0c374f48b18ad65e4fd2d7d0d41958 | |
parent | 022c9923ec53a1263098aaa2dea62c624f0e4b16 [diff] |
Bump hibernate.version from 7.1.1.Final to 7.1.2.Final Bumps `hibernate.version` from 7.1.1.Final to 7.1.2.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.1.Final to 7.1.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.1...7.1.2) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.1.Final to 7.1.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.1...7.1.2) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.1.Final to 7.1.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.1...7.1.2) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.1.Final to 7.1.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.1...7.1.2) Change-Id: Ib13871d51bf2ffacbb679aaabfeee8b0d7d65207 --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.1.2.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Ie74e0b41d7086f5fd770ea5c29ea2a4e2e7bdab2
diff --git a/pom.xml b/pom.xml index c67a63a..2569c0f 100644 --- a/pom.xml +++ b/pom.xml
@@ -9,7 +9,7 @@ <java.version>17</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <jersey.version>3.1.11</jersey.version> - <hibernate.version>7.1.1.Final</hibernate.version> + <hibernate.version>7.1.2.Final</hibernate.version> <spring.version>6.2.11</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->