From 7d2ec8bcac31085ca0826f5a1145eeec6b06ffc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:14:10 +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.2.Final to 7.1.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.2...7.1.3) Updates `org.hibernate.orm:hibernate-jcache` from 7.1.2.Final to 7.1.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.2...7.1.3) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.2.Final to 7.1.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.2...7.1.3) Updates `org.hibernate.orm:hibernate-jcache` from 7.1.2.Final to 7.1.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.2...7.1.3) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.2.Final to 7.1.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.1.2...7.1.3) Updates `org.hibernate.orm` from 7.1.2.Final to 7.1.3.Final --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.3.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.3.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.3.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.3.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.3.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm dependency-version: 7.1.3.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 b2a1a13b0..f8545184d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] assertjVersion = "3.27.6" -hibernateOrmVersion = "7.1.2.Final" -hibernateOrmGradlePluginVersion = "7.1.2.Final" +hibernateOrmVersion = "7.1.3.Final" +hibernateOrmGradlePluginVersion = "7.1.3.Final" jacksonDatabindVersion = "2.20.0" jbossLoggingAnnotationVersion = "3.0.4.Final" jbossLoggingVersion = "3.6.1.Final"