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 4f7e4d2 commit 5398c5dCopy full SHA for 5398c5d
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.23'
+ id 'com.github.spotbugs' version '6.0.24'
26
id 'com.google.protobuf' version '0.9.4' apply false
27
id 'io.freefair.aggregate-javadoc' version '8.6'
28
}
settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
6
7
8
plugins {
9
- id 'io.spring.develocity.conventions' version '0.0.21'
+ id 'io.spring.develocity.conventions' version '0.0.22'
10
11
12
rootProject.name = 'spring-integration'
0 commit comments