From ce1e962b9fb36053208c75a079e7c175c10fd082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:50:01 +0000 Subject: [PATCH] Bump hibernateVersion from 6.6.1.Final to 6.6.2.Final Bumps `hibernateVersion` from 6.6.1.Final to 6.6.2.Final. Updates `org.hibernate:hibernate-core` from 6.6.1.Final to 6.6.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.1...6.6.2) Updates `org.hibernate:hibernate-jcache` from 6.6.1.Final to 6.6.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.1...6.6.2) --- updated-dependencies: - dependency-name: org.hibernate:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate:hibernate-jcache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1dba27b7..2b2e2a51 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ commonsLangVersion = "3.17.0" commonsTextVersion = "1.12.0" flyingSaucerPdfVersion = "9.10.2" groovyVersion = "3.0.22" -hibernateVersion = "6.6.1.Final" +hibernateVersion = "6.6.2.Final" httpclientVersion = "4.5.14" junitVersion = "5.11.3" jxlsVersion = "1.0.6"