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

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 10.1.41 to 10.1.42

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: 10.1.42
  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:22:07 -04:00
committed by GitHub
parent 44684a2e68
commit 7d38426784

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.4.0'
hibernateVersion = '6.6.17.Final'
hibernateVersion = '6.6.18.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.6'
postgresVersion = '42.7.7'
protobufVersion = '4.28.3'
r2dbch2Version = '1.0.0.RELEASE'
reactorVersion = '2024.0.6'
@@ -117,7 +117,7 @@ ext {
springVersion = '6.2.7'
springWsVersion = '4.0.14'
testcontainersVersion = '1.20.6'
tomcatVersion = '10.1.41'
tomcatVersion = '10.1.42'
xmlUnitVersion = '2.10.2'
xstreamVersion = '1.4.21'
ztZipVersion = '1.17'