Skip to content

Commit 0b29ed8

Browse files
Bump the development-dependencies group with 2 updates (#9264)
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.24 to 10.1.25 Updates `com.github.spotbugs` from 6.0.17 to 6.0.18 --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 599cc56 commit 0b29ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.17'
25+
id 'com.github.spotbugs' version '6.0.18'
2626
id 'com.google.protobuf' version '0.9.4' apply false
2727
}
2828

@@ -117,7 +117,7 @@ ext {
117117
springVersion = '6.1.9'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.19.8'
120-
tomcatVersion = '10.1.24'
120+
tomcatVersion = '10.1.25'
121121
xmlUnitVersion = '2.9.1'
122122
xstreamVersion = '1.4.20'
123123
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)