From 333de1059a209348c07a2bc78e961ae04cd4964c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:36:43 +0000 Subject: [PATCH] chore: bump hibernateCoreVersion from 6.6.0.Final to 6.6.1.Final Bumps `hibernateCoreVersion` from 6.6.0.Final to 6.6.1.Final. Updates `org.hibernate.orm:hibernate-core` from 6.6.0.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) Updates `org.hibernate.orm:hibernate-jcache` from 6.6.0.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.0.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.0...6.6.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jcache dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 223422cb..ecf65bc1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ val ktorVersion = "2.3.12" val ktorSwaggerUiVersion = "2.10.0" -val hibernateCoreVersion = "6.6.0.Final" +val hibernateCoreVersion = "6.6.1.Final" val ehcacheVersion = "3.10.8" val glassfishJaxbVersion = "4.0.5" val hibernateSearchVersion = "7.2.1.Final"