Skip to content

Commit 807849b

Browse files
fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c6eac28 commit 807849b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<trusting group="ch.qos.logback"/>
131131
<trusting group="org.slf4j"/>
132132
</trusted-key>
133+
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>
133134
<trusted-key id="694621A7227D8D5289699830ABE9F3126BB741C1" group="^com[.]google($|([.].*))" regex="true"/>
134135
<trusted-key id="696B6199A2A9D8C29CE78CC0D041CAD2E452550F" group="com.google.protobuf"/>
135136
<trusted-key id="6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688" group="org.apache.httpcomponents" name="httpcomponents-parent" version="12"/>

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.0'
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.0'
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)