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 599cc56 commit 0b29ed8Copy full SHA for 0b29ed8
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
id 'org.jetbrains.dokka' version '1.9.20'
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.17'
+ id 'com.github.spotbugs' version '6.0.18'
26
id 'com.google.protobuf' version '0.9.4' apply false
27
}
28
@@ -117,7 +117,7 @@ ext {
117
springVersion = '6.1.9'
118
springWsVersion = '4.0.11'
119
testcontainersVersion = '1.19.8'
120
- tomcatVersion = '10.1.24'
+ tomcatVersion = '10.1.25'
121
xmlUnitVersion = '2.9.1'
122
xstreamVersion = '1.4.20'
123
ztZipVersion = '1.17'
0 commit comments