Skip to content

Commit 711609c

Browse files
Merge pull request #1794 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.2.4
2 parents f751f36 + ff8b481 commit 711609c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

gradle/verification-metadata.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
7979
<trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
8080
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
81+
<trusting group="org.apache.groovy" name="groovy-bom" version="4.0.27"/>
8182
<trusting group="org.codehaus.groovy"/>
8283
</trusted-key>
8384
<trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz" version="1.9"/>
@@ -163,7 +164,10 @@
163164
</trusted-key>
164165
<trusted-key id="8A10792983023D5D14C93B488D7F1BEC1E2ECAE7" group="^com[.]fasterxml($|([.].*))" regex="true"/>
165166
<trusted-key id="8E3A02905A1AE67E7B0F9ACD3967D4EDA591B991" group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
166-
<trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F" group="org.dom4j" name="dom4j" version="2.1.4"/>
167+
<trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F">
168+
<trusting group="org.dom4j" name="dom4j" version="2.1.4"/>
169+
<trusting group="org.dom4j" name="dom4j" version="2.2.0"/>
170+
</trusted-key>
167171
<trusted-key id="90EE19787A7BCF6FD37A1E9180C08B1C29100955" group="com.squareup" name="javawriter"/>
168172
<trusted-key id="95115197C5227C0887299D000F9FE62F88E938D8" group="com.google.dagger" name="dagger" version="2.48"/>
169173
<trusted-key id="9857C388D7D1D9D031274CD0A5DEF5A76F94A471" group="^com[.]github[.]spotbugs($|([.].*))" regex="true"/>
@@ -237,6 +241,7 @@
237241
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.1"/>
238242
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.2"/>
239243
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.3"/>
244+
<trusting group="^com[.]github[.]spotbugs($|([.].*))" regex="true"/>
240245
</trusted-key>
241246
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
242247
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
}
2020
dependencies {
2121
classpath 'com.android.tools.build:gradle:8.12.0'
22-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3'
22+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
2525
classpath "org.jacoco:org.jacoco.core:$jacoco_version"

sample_client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
buildscript {
1313
dependencies {
1414
classpath 'com.android.tools.build:gradle:8.12.0'
15-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3'
15+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4'
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
1818
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2

0 commit comments

Comments
 (0)