Skip to content

Commit c5b2e43

Browse files
Merge pull request #839 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.11
2 parents 10df772 + 3724777 commit c5b2e43

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717
dependencies {
1818
classpath 'com.android.tools.build:gradle:8.10.0'
19-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.10'
19+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.11'
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2121
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
2222
}

gradle/verification-metadata.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,10 @@
233233
<trusting group="org.projectlombok" name="lombok" version="1.18.32"/>
234234
</trusted-key>
235235
<trusted-key id="D6F1BC78607808EC8E9F69437A8860944FAD5F62" group="org.apache.commons" name="commons-parent"/>
236-
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F" group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.10"/>
236+
<trusted-key id="D878D4A823EAE731B729D1A8D2151178A123C97F">
237+
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.10"/>
238+
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.11"/>
239+
</trusted-key>
237240
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
238241
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>
239242
<trusted-key id="E62231331BCA7E1F292C9B88C1B12A5D99C0729D" group="org.jetbrains"/>

0 commit comments

Comments
 (0)