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

Bumps the development-dependencies group with 4 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and com.github.spotbugs.


Updates `org.testcontainers:testcontainers-bom` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1)

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)

Updates `com.github.spotbugs` from 6.1.12 to 6.1.13

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-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
- dependency-name: com.github.spotbugs
  dependency-version: 6.1.13
  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-01 00:46:53 +00:00
committed by GitHub
parent 04a2664fa2
commit cd717284ba

View File

@@ -22,7 +22,7 @@ plugins {
id 'org.jetbrains.dokka' version '1.9.20'
id 'org.antora' version '1.0.0'
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
id 'com.github.spotbugs' version '6.1.12'
id 'com.github.spotbugs' version '6.1.13'
id 'com.google.protobuf' version '0.9.5' apply false
id 'io.freefair.aggregate-javadoc' version '8.13.1'
}
@@ -74,7 +74,7 @@ ext {
groovyVersion = '4.0.27'
hamcrestVersion = '3.0'
hazelcastVersion = '5.5.0'
hibernateVersion = '6.6.15.Final'
hibernateVersion = '6.6.17.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.5'
postgresVersion = '42.7.6'
protobufVersion = '4.31.0'
r2dbch2Version = '1.0.0.RELEASE'
reactorVersion = '2024.0.6'
@@ -116,7 +116,7 @@ ext {
springSecurityVersion = '6.5.0'
springVersion = '6.2.7'
springWsVersion = '4.1.0'
testcontainersVersion = '1.21.0'
testcontainersVersion = '1.21.1'
tomcatVersion = '11.0.7'
xmlUnitVersion = '2.10.2'
xstreamVersion = '1.4.21'