Skip to content

Commit 3be80ba

Browse files
Bump the development-dependencies group with 2 updates (#9266)
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 025876e commit 3be80ba

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
}
2727

2828
if (isCI) {
@@ -116,7 +116,7 @@ ext {
116116
springVersion = '6.1.9'
117117
springWsVersion = '4.0.11'
118118
testcontainersVersion = '1.19.8'
119-
tomcatVersion = '10.1.24'
119+
tomcatVersion = '10.1.25'
120120
xmlUnitVersion = '2.9.1'
121121
xstreamVersion = '1.4.20'
122122
ztZipVersion = '1.16'

0 commit comments

Comments
 (0)