From 326f113edb27b0b55fbdf555ce4c6318591410b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:28:32 +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.0.8.Final to 7.0.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.8...7.0.9) Updates `org.hibernate.orm:hibernate-jcache` from 7.0.8.Final to 7.0.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.8...7.0.9) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.0.8.Final to 7.0.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.8...7.0.9) Updates `org.hibernate.orm:hibernate-jcache` from 7.0.8.Final to 7.0.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.8...7.0.9) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.0.8.Final to 7.0.9.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.9/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.8...7.0.9) Updates `org.hibernate.orm` from 7.0.8.Final to 7.0.9.Final --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jcache dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jcache dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-version: 7.0.9.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hibernate - dependency-name: org.hibernate.orm dependency-version: 7.0.9.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 6263356cf..7ec93023d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] assertjVersion = "3.27.3" -hibernateOrmVersion = "7.0.8.Final" -hibernateOrmGradlePluginVersion = "7.0.8.Final" +hibernateOrmVersion = "7.0.9.Final" +hibernateOrmGradlePluginVersion = "7.0.9.Final" jacksonDatabindVersion = "2.19.2" jbossLoggingAnnotationVersion = "3.0.4.Final" jbossLoggingVersion = "3.6.1.Final"