| commit | a81042637288880c5f7951cc0f4beb5666c8d346 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Oct 29 08:41:53 2025 +0000 |
| committer | margaretha <margaretha@ids-mannheim.de> | Wed Oct 29 10:04:53 2025 +0100 |
| tree | 8d7cb95291e1ba22bebaae0491fc48d6dc935fb4 | |
| parent | 66e4d23d9ee89378a5f82ac011184c8e37e61ba2 [diff] |
Bump hibernate.version from 7.1.3.Final to 7.1.5.Final Bumps `hibernate.version` from 7.1.3.Final to 7.1.5.Final. Updates `org.hibernate.orm:hibernate-core` from 7.1.3.Final to 7.1.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.3...7.1.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.3.Final to 7.1.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.3...7.1.5) Updates `org.hibernate.orm:hibernate-c3p0` from 7.1.3.Final to 7.1.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.3...7.1.5) Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.3.Final to 7.1.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.3...7.1.5) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-c3p0 dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-community-dialects dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I2bb10fb998b0a1c61b622e40d8b57e50216ae11e
diff --git a/pom.xml b/pom.xml index 41b23be..5723592 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>3.1.11</jersey.version> - <hibernate.version>7.1.3.Final</hibernate.version> + <hibernate.version>7.1.5.Final</hibernate.version> <spring.version>6.2.12</spring.version> <!-- spring6.version is used in jersey and defined here to make sure that jersey uses the correct spring version-->