Skip to content

Commit aeefeb3

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

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,6 +4415,16 @@
44154415
<sha256 value="87721cbaa65a3c97d8b1ba9d207840f164c9fe38759fc9ea10ffe26565f8d3e9" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
44164416
</artifact>
44174417
</component>
4418+
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk7" version="1.9.20">
4419+
<artifact name="kotlin-stdlib-jdk7-1.9.20.pom">
4420+
<sha256 value="012e1c55ed6ade417bcb824112ebea682ad625dfbee16085c379ccfa14faf033" origin="Generated by Gradle"/>
4421+
</artifact>
4422+
</component>
4423+
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8" version="1.9.20">
4424+
<artifact name="kotlin-stdlib-jdk8-1.9.20.pom">
4425+
<sha256 value="a3b07deb091f2aed59d6559884f44f99cff5df9b9fa35a24bcd6b8b069cff48d" origin="Generated by Gradle"/>
4426+
</artifact>
4427+
</component>
44184428
<component group="org.jetbrains.kotlinx" name="kotlinx-coroutines-core" version="1.3.4">
44194429
<artifact name="kotlinx-coroutines-core-1.3.4.pom">
44204430
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>

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.7.3'
22-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
22+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0'
2323
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2424
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
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.7.3'
15-
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
15+
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0'
1616
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1717
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
1818
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2

0 commit comments

Comments
 (0)