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

Bumps the development-dependencies group with 4 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and com.github.spotbugs.


Updates `org.awaitility:awaitility` from 4.2.1 to 4.2.2
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2)

Updates `org.hibernate.orm:hibernate-core` from 6.4.9.Final to 6.4.10.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.10/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.9...6.4.10)

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.26 to 10.1.28

Updates `com.github.spotbugs` from 6.0.19 to 6.0.20

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.github.spotbugs
  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]
2024-08-11 03:33:35 +00:00
committed by GitHub
parent 49f0fbc76c
commit 04b7b5b1ac

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.0.19'
id 'com.github.spotbugs' version '6.0.20'
id 'io.freefair.aggregate-javadoc' version '8.6'
}
@@ -59,7 +59,7 @@ ext {
assertjVersion = '3.24.2'
assertkVersion = '0.28.1'
avroVersion = '1.11.3'
awaitilityVersion = '4.2.1'
awaitilityVersion = '4.2.2'
camelVersion = '4.2.0'
commonsDbcp2Version = '2.11.0'
commonsIoVersion = '2.15.1'
@@ -73,7 +73,7 @@ ext {
groovyVersion = '4.0.22'
hamcrestVersion = '2.2'
hazelcastVersion = '5.3.8'
hibernateVersion = '6.4.9.Final'
hibernateVersion = '6.4.10.Final'
hsqldbVersion = '2.7.3'
h2Version = '2.2.224'
jacksonVersion = '2.15.4'
@@ -117,7 +117,7 @@ ext {
springVersion = '6.1.11'
springWsVersion = '4.0.11'
testcontainersVersion = '1.19.8'
tomcatVersion = '10.1.26'
tomcatVersion = '10.1.28'
xmlUnitVersion = '2.9.1'
xstreamVersion = '1.4.20'
ztZipVersion = '1.16'