Bump the development-dependencies group with 4 updates (#10129)

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 6.6.17.Final to 6.6.18.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.18/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.17...6.6.18)

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: 6.6.18.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-14 21:30:45 -04:00
committed by GitHub
parent ac20fce673
commit 1ce14fa117

View File

@@ -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'
@@ -74,7 +74,7 @@ ext {
groovyVersion = '4.0.27'
hamcrestVersion = '3.0'
hazelcastVersion = '5.5.0'
hibernateVersion = '6.6.17.Final'
hibernateVersion = '6.6.18.Final'
hsqldbVersion = '2.7.4'
h2Version = '2.3.232'
jacksonVersion = '2.19.0'
@@ -99,7 +99,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 = '2024.0.6'
@@ -117,7 +117,7 @@ ext {
springVersion = '6.2.7'
springWsVersion = '4.1.0'
testcontainersVersion = '1.21.1'
tomcatVersion = '11.0.7'
tomcatVersion = '11.0.8'
xmlUnitVersion = '2.10.2'
xstreamVersion = '1.4.21'
ztZipVersion = '1.17'