Skip to content

Commit ab127df

Browse files
Bump the development-dependencies group with 3 updates (#9315)
Bumps the development-dependencies group with 3 updates: org.apache.tomcat.embed:tomcat-embed-websocket, io.spring.dependency-management and com.github.spotbugs. Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.25 to 10.1.26 Updates `io.spring.dependency-management` from 1.1.5 to 1.1.6 Updates `com.github.spotbugs` from 6.0.18 to 6.0.19 --- 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: io.spring.dependency-management 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 b909fea commit ab127df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ plugins {
1818
id 'base'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '5.2.2'
21-
id 'io.spring.dependency-management' version '1.1.5'
21+
id 'io.spring.dependency-management' version '1.1.6'
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.18'
25+
id 'com.github.spotbugs' version '6.0.19'
2626
id 'com.google.protobuf' version '0.9.4' apply false
2727
}
2828

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

0 commit comments

Comments
 (0)