From 314508d4cfb1679e450d2c94e42cf325d03ee844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 00:18:53 +0000 Subject: [PATCH] Bump the development-dependencies group with 4 updates Bumps the development-dependencies group with 4 updates: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit). Updates `org.postgresql:postgresql` from 42.7.6 to 42.7.7 - [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.6...REL42.7.7) Updates `org.hibernate.orm:hibernate-core` from 7.0.0.Final to 7.0.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.0.0...7.0.2) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.7 to 11.0.8 Updates `org.ajoberstar.grgit` from 5.3.0 to 5.3.2 - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](https://github.com/ajoberstar/grgit/compare/5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.0.2.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket dependency-version: 11.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 950550585c7..a8991f4f24a 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { plugins { id 'base' id 'io.spring.nohttp' version '0.0.11' apply false - id 'org.ajoberstar.grgit' version '5.3.0' + id 'org.ajoberstar.grgit' version '5.3.2' id 'io.spring.dependency-management' version '1.1.7' id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' @@ -75,7 +75,7 @@ ext { groovyVersion = '4.0.27' hamcrestVersion = '3.0' hazelcastVersion = '5.5.0' - hibernateVersion = '7.0.0.Final' + hibernateVersion = '7.0.2.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.19.0' @@ -100,7 +100,7 @@ ext { mysqlVersion = '9.3.0' oracleVersion = '23.8.0.25.04' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.6' + postgresVersion = '42.7.7' protobufVersion = '4.31.1' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2025.0.0-SNAPSHOT' @@ -118,7 +118,7 @@ ext { springVersion = '7.0.0-SNAPSHOT' springWsVersion = '5.0.0-SNAPSHOT' testcontainersVersion = '1.21.1' - tomcatVersion = '11.0.7' + tomcatVersion = '11.0.8' xmlUnitVersion = '2.10.2' xstreamVersion = '1.4.21' ztZipVersion = '1.17'