We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4ce1e commit 627cde2Copy full SHA for 627cde2
build.gradle
@@ -117,7 +117,7 @@ ext {
117
springVersion = '6.1.5'
118
springWsVersion = '4.0.10'
119
testcontainersVersion = '1.19.7'
120
- tomcatVersion = '10.1.19'
+ tomcatVersion = '10.1.20'
121
xmlUnitVersion = '2.9.1'
122
xstreamVersion = '1.4.20'
123
ztZipVersion = '1.17'
settings.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.gradle.enterprise' version '3.16.2'
3
- id 'io.spring.ge.conventions' version '0.0.15'
+ id 'io.spring.ge.conventions' version '0.0.16'
4
}
5
6
rootProject.name = 'spring-integration'
0 commit comments