Skip to content

Commit 627cde2

Browse files
Bump the development-dependencies group with 2 updates (#9054)
Bumps the development-dependencies group with 2 updates: org.apache.tomcat.embed:tomcat-embed-websocket and [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions). Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.19 to 10.1.20 Updates `io.spring.ge.conventions` from 0.0.15 to 0.0.16 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](spring-io/develocity-conventions@v0.0.15...v0.0.16) --- 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.ge.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 ae4ce1e commit 627cde2

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.5'
118118
springWsVersion = '4.0.10'
119119
testcontainersVersion = '1.19.7'
120-
tomcatVersion = '10.1.19'
120+
tomcatVersion = '10.1.20'
121121
xmlUnitVersion = '2.9.1'
122122
xstreamVersion = '1.4.20'
123123
ztZipVersion = '1.17'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'com.gradle.enterprise' version '3.16.2'
3-
id 'io.spring.ge.conventions' version '0.0.15'
3+
id 'io.spring.ge.conventions' version '0.0.16'
44
}
55

66
rootProject.name = 'spring-integration'

0 commit comments

Comments
 (0)