Skip to content

Commit 280e970

Browse files
Merge pull request #14553 from nextcloud/renovate/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.x
fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.5
2 parents 32a7eeb + 435c2c0 commit 280e970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import org.gradle.internal.jvm.Jvm
1616
buildscript {
1717
dependencies {
1818
classpath "com.android.tools.build:gradle:$androidPluginVersion"
19-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.3'
19+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.5'
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2121
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
2222
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2

0 commit comments

Comments
 (0)