Bump the development-dependencies group with 2 updates (#8858)

Bumps the development-dependencies group with 2 updates: org.apache.tomcat.embed:tomcat-embed-websocket and com.github.spotbugs.


Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.17 to 10.1.18

Updates `com.github.spotbugs` from 6.0.5 to 6.0.6

---
updated-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-01-13 21:06:54 -05:00
committed by GitHub
parent e5802001f5
commit 7df7392a87

View File

@@ -22,7 +22,7 @@ plugins {
id 'org.jetbrains.dokka' version '1.9.10'
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.5'
id 'com.github.spotbugs' version '6.0.6'
}
if (isCI) {
@@ -116,7 +116,7 @@ ext {
springVersion = '6.1.2'
springWsVersion = '4.0.9'
testcontainersVersion = '1.19.3'
tomcatVersion = '10.1.17'
tomcatVersion = '10.1.18'
xmlUnitVersion = '2.9.1'
xstreamVersion = '1.4.20'
ztZipVersion = '1.16'