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 3e7203a commit dd04151Copy full SHA for dd04151
buildSrc/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
dependencies {
10
implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
11
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.1")
12
- implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.12")
+ implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.0")
13
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0")
14
implementation("org.openrewrite:plugin:7.30.0")
15
}
0 commit comments