Skip to content

Commit

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

fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.2
  • Loading branch information
AndyScherzinger authored Jan 17, 2025
2 parents e568059 + 2d75bd7 commit 5fa6128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.gradle.internal.jvm.Jvm
buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<trusted-key id="3288B8BE8512D6C0CA185268C51E6CBC7FF46F0B" group="com.google.auto"/>
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
<trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
<trusting group="org.codehaus.groovy"/>
<trusting group="org.codehaus.groovy" name="groovy" version="3.0.10"/>
<trusting group="org.codehaus.groovy" name="groovy-bom" version="3.0.19"/>
Expand Down

0 comments on commit 5fa6128

Please sign in to comment.