Skip to content

Commit

Permalink
Merge pull request #739 from nextcloud/renovate/com.github.spotbugs.s…
Browse files Browse the repository at this point in the history
…nom-spotbugs-gradle-plugin-6.x

fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.20
AndyScherzinger authored Aug 17, 2024
2 parents 86e0a81 + 347b53c commit 8e7db8e
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.2'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.20'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
}
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
@@ -122,6 +122,7 @@
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.16"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.18"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.19"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.20"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.7"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.8"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.9"/>

0 comments on commit 8e7db8e

Please sign in to comment.