Bump the development-dependencies group with 3 updates (#9374)

Bumps the development-dependencies group with 3 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility), 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.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.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:02:35 +00:00
committed by GitHub
parent 860a03e485
commit 77e3b08d16

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 'com.google.protobuf' version '0.9.4' apply false
id 'io.freefair.aggregate-javadoc' version '8.6'
}
@@ -60,7 +60,7 @@ ext {
assertjVersion = '3.26.3'
assertkVersion = '0.28.1'
avroVersion = '1.11.3'
awaitilityVersion = '4.2.1'
awaitilityVersion = '4.2.2'
camelVersion = '4.7.0'
commonsDbcp2Version = '2.12.0'
commonsIoVersion = '2.16.1'
@@ -118,7 +118,7 @@ ext {
springVersion = '6.2.0-SNAPSHOT'
springWsVersion = '4.0.11'
testcontainersVersion = '1.19.8'
tomcatVersion = '10.1.26'
tomcatVersion = '10.1.28'
xmlUnitVersion = '2.10.0'
xstreamVersion = '1.4.20'
ztZipVersion = '1.17'