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 d8a336b commit 174b5c8Copy full SHA for 174b5c8
build.gradle
@@ -115,7 +115,7 @@ ext {
115
springSecurityVersion = '6.2.0'
116
springVersion = '6.1.2'
117
springWsVersion = '4.0.9'
118
- testcontainersVersion = '1.19.2'
+ testcontainersVersion = '1.19.3'
119
tomcatVersion = '10.1.17'
120
xmlUnitVersion = '2.9.1'
121
xstreamVersion = '1.4.20'
settings.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.gradle.enterprise' version '3.15'
+ id 'com.gradle.enterprise' version '3.15.1'
3
id 'io.spring.ge.conventions' version '0.0.14'
4
}
5
0 commit comments