Skip to content

Commit 5fa6128

Browse files
Merge pull request #14425 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.2
2 parents e568059 + 2d75bd7 commit 5fa6128

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

+1-1
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.0'
19+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.2'
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

gradle/verification-metadata.xml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<trusted-key id="3288B8BE8512D6C0CA185268C51E6CBC7FF46F0B" group="com.google.auto"/>
103103
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
104104
<trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
105+
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
105106
<trusting group="org.codehaus.groovy"/>
106107
<trusting group="org.codehaus.groovy" name="groovy" version="3.0.10"/>
107108
<trusting group="org.codehaus.groovy" name="groovy-bom" version="3.0.19"/>

0 commit comments

Comments
 (0)