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 602b860 commit 8ac1520Copy full SHA for 8ac1520
build.gradle
@@ -115,7 +115,7 @@ ext {
115
springSecurityVersion = '6.2.2'
116
springVersion = '6.1.4'
117
springWsVersion = '4.0.10'
118
- testcontainersVersion = '1.19.4'
+ testcontainersVersion = '1.19.5'
119
tomcatVersion = '10.1.18'
120
xmlUnitVersion = '2.9.1'
121
xstreamVersion = '1.4.20'
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.14'
+ id 'io.spring.ge.conventions' version '0.0.15'
4
}
5
6
rootProject.name = 'spring-integration'
0 commit comments