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 deda4fa commit 35f3a87Copy full SHA for 35f3a87
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id 'org.jetbrains.dokka' version '1.9.10'
23
id 'org.antora' version '1.0.0'
24
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25
- id 'com.github.spotbugs' version '6.0.6'
+ id 'com.github.spotbugs' version '6.0.7'
26
}
27
28
if (isCI) {
@@ -115,7 +115,7 @@ ext {
115
springSecurityVersion = '6.3.0-SNAPSHOT'
116
springVersion = '6.1.3'
117
springWsVersion = '4.0.10'
118
- testcontainersVersion = '1.19.3'
+ testcontainersVersion = '1.19.4'
119
tomcatVersion = '10.1.18'
120
xmlUnitVersion = '2.9.1'
121
xstreamVersion = '1.4.20'
0 commit comments