Skip to content

Commit

Permalink
Merge pull request #702 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.14
  • Loading branch information
AndyScherzinger committed May 6, 2024
2 parents 9de5b79 + 29b3186 commit 5f88006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.13'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.14'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
}
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Expand Up @@ -113,6 +113,7 @@
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.11"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.12"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.13"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.14"/>
<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"/>
Expand Down

0 comments on commit 5f88006

Please sign in to comment.