From d4370eab1b42e5239cfaa170613fc42eb8be945a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:13:36 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#10067) Bumps the development-dependencies group with 2 updates: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.5...REL42.7.6) Updates `org.hibernate.orm:hibernate-core` from 6.6.15.Final to 6.6.17.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.17/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.15...6.6.17) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 6.6.17.Final 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bf48a87d3f..0c004a5055 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ ext { groovyVersion = '4.0.26' hamcrestVersion = '3.0' hazelcastVersion = '5.4.0' - hibernateVersion = '6.6.15.Final' + hibernateVersion = '6.6.17.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.18.4' @@ -99,7 +99,7 @@ ext { mysqlVersion = '9.1.0' oracleVersion = '23.5.0.24.07' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.5' + postgresVersion = '42.7.6' protobufVersion = '4.28.3' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2024.0.6'