Skip to content

Commit e49466c

Browse files
Bump the development-dependencies group with 2 updates (#9458)
Bumps the development-dependencies group with 2 updates: org.apache.tomcat.embed:tomcat-embed-websocket and [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions). Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.28 to 10.1.29 Updates `io.spring.develocity.conventions` from 0.0.20 to 0.0.21 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.20...v0.0.21) --- 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.develocity.conventions 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 9a64b08 commit e49466c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ext {
117117
springVersion = '6.1.13'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.19.8'
120-
tomcatVersion = '10.1.28'
120+
tomcatVersion = '10.1.29'
121121
xmlUnitVersion = '2.9.1'
122122
xstreamVersion = '1.4.20'
123123
ztZipVersion = '1.16'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id 'com.gradle.develocity' version '3.17.6'
10-
id 'io.spring.develocity.conventions' version '0.0.20'
10+
id 'io.spring.develocity.conventions' version '0.0.21'
1111
}
1212

1313
rootProject.name = 'spring-integration'

0 commit comments

Comments
 (0)