From 0bdea5cdd3dc4bdc97bd31b0c9a365a456e5e440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:08:56 +0000 Subject: [PATCH] Bump the hibernate group with 4 updates Bumps the hibernate group with 4 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), [org.hibernate.orm:hibernate-jcache](https://github.com/hibernate/hibernate-orm), [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) and org.hibernate.orm. Updates `org.hibernate.orm:hibernate-core` from 7.1.4.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.4...7.1.5) Updates `org.hibernate.orm:hibernate-jcache` from 7.1.4.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.4...7.1.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.4.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.4...7.1.5) Updates `org.hibernate.orm:hibernate-jcache` from 7.1.4.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.4...7.1.5) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.4.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.4...7.1.5) Updates `org.hibernate.orm` from 7.1.4.Final to 7.1.5.Final --- 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-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jcache dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jcache dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm dependency-version: 7.1.5.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9fd826897..6ce36c9ed 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] assertjVersion = "3.27.6" -hibernateOrmVersion = "7.1.4.Final" -hibernateOrmGradlePluginVersion = "7.1.4.Final" +hibernateOrmVersion = "7.1.5.Final" +hibernateOrmGradlePluginVersion = "7.1.5.Final" jacksonDatabindVersion = "2.20.0" jbossLoggingAnnotationVersion = "3.0.4.Final" jbossLoggingVersion = "3.6.1.Final"