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 20325fc commit b3aa666Copy full SHA for b3aa666
build.gradle
@@ -18,11 +18,11 @@ plugins {
18
id 'base'
19
id 'io.spring.nohttp' version '0.0.11' apply false
20
id 'org.ajoberstar.grgit' version '5.2.2'
21
- id 'io.spring.dependency-management' version '1.1.4'
+ id 'io.spring.dependency-management' version '1.1.5'
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.12'
+ id 'com.github.spotbugs' version '6.0.14'
26
}
27
28
if (isCI) {
0 commit comments