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 f14678c commit 226bca3Copy full SHA for 226bca3
build.gradle
@@ -116,7 +116,7 @@ ext {
116
springVersion = '6.1.5'
117
springWsVersion = '4.0.10'
118
testcontainersVersion = '1.19.7'
119
- tomcatVersion = '10.1.19'
+ tomcatVersion = '10.1.20'
120
xmlUnitVersion = '2.9.1'
121
xstreamVersion = '1.4.20'
122
ztZipVersion = '1.16'
settings.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'com.gradle.enterprise' version '3.15.1'
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