From 8f16f45fcd946d95cd92a9b6ae93369c58f7f149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:52:37 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#8865) Bumps the development-dependencies group with 2 updates: [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions). Updates `org.hibernate.orm:hibernate-core` from 6.4.1.Final to 6.4.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.1...6.4.2) Updates `io.spring.ge.conventions` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: io.spring.ge.conventions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7a51e1666a..0867d25e26 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ ext { groovyVersion = '5.0.0-alpha-5' hamcrestVersion = '2.2' hazelcastVersion = '5.3.6' - hibernateVersion = '6.4.1.Final' + hibernateVersion = '6.4.2.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.15.3' diff --git a/settings.gradle b/settings.gradle index 275cc4c81e..9b1e97fd72 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,6 @@ plugins { id 'com.gradle.enterprise' version '3.15.1' - id 'io.spring.ge.conventions' version '0.0.14' + id 'io.spring.ge.conventions' version '0.0.15' } rootProject.name = 'spring-integration'