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 9a64b08 commit e49466cCopy full SHA for e49466c
build.gradle
@@ -117,7 +117,7 @@ ext {
117
springVersion = '6.1.13'
118
springWsVersion = '4.0.11'
119
testcontainersVersion = '1.19.8'
120
- tomcatVersion = '10.1.28'
+ tomcatVersion = '10.1.29'
121
xmlUnitVersion = '2.9.1'
122
xstreamVersion = '1.4.20'
123
ztZipVersion = '1.16'
settings.gradle
@@ -7,7 +7,7 @@ pluginManagement {
7
8
plugins {
9
id 'com.gradle.develocity' version '3.17.6'
10
- id 'io.spring.develocity.conventions' version '0.0.20'
+ id 'io.spring.develocity.conventions' version '0.0.21'
11
}
12
13
rootProject.name = 'spring-integration'
0 commit comments