Skip to content

Commit 21b3387

Browse files
Merge pull request #1830 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.4.1
2 parents c6eac28 + 88a2696 commit 21b3387

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

gradle/verification-metadata.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</trusted-artifacts>
1212
<ignored-keys>
1313
<ignored-key id="07D3516820BCF6B1" reason="Key couldn't be downloaded from any key server"/>
14+
<ignored-key id="17A27CE7A60FF5F0" reason="Key couldn't be downloaded from any key server"/>
1415
<ignored-key id="2C7F998F4272C851" reason="Key couldn't be downloaded from any key server"/>
1516
</ignored-keys>
1617
<trusted-keys>
@@ -130,6 +131,7 @@
130131
<trusting group="ch.qos.logback"/>
131132
<trusting group="org.slf4j"/>
132133
</trusted-key>
134+
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
133135
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
134136
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
135137
<trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>
@@ -10515,6 +10517,22 @@
1051510517
<sha256 value="b7087907920fc8a81534686b2f1a2b331127af97f015abbdb3786a51f3fa1e52" origin="Generated by Gradle"/>
1051610518
</artifact>
1051710519
</component>
10520+
<component group="io.opentelemetry" name="opentelemetry-api" version="1.41.0">
10521+
<artifact name="opentelemetry-api-1.41.0.jar">
10522+
<sha256 value="9336668f388de68a0a2c3e114154febd29db19a7644f27c4eba548f5de852258" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
10523+
</artifact>
10524+
<artifact name="opentelemetry-api-1.41.0.module">
10525+
<sha256 value="261468589c993b88f7ccad9338ffd8166b9df4cc34de308066932b2a5c9de956" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
10526+
</artifact>
10527+
</component>
10528+
<component group="io.opentelemetry" name="opentelemetry-context" version="1.41.0">
10529+
<artifact name="opentelemetry-context-1.41.0.jar">
10530+
<sha256 value="5e3432a4464a432abfdab73be7142e516d25a84aa8426fce1192ffb0532faa35" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
10531+
</artifact>
10532+
<artifact name="opentelemetry-context-1.41.0.module">
10533+
<sha256 value="174dcda3e840226138adb8ce9043576ddc43c286b612d3dbf64531f67bd8d987" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
10534+
</artifact>
10535+
</component>
1051810536
<component group="io.perfmark" name="perfmark-api" version="0.23.0">
1051910537
<artifact name="perfmark-api-0.23.0.jar">
1052010538
<sha256 value="c705b5c10c18ff3032b9e81742bc2f6b0e5607f6a6dfc0c8ad0cff75d4913042" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>

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.13.0'
22-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.3.0'
22+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.1'
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.13.0'
15-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.3.0'
15+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.1'
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)