Skip to content

Commit

Permalink
fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle…
Browse files Browse the repository at this point in the history
…-plugin to v6.0.28

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 28865f7 commit 2bf3a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.28'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
}
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.25"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.26"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.27"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.28"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.7"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.8"/>
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.0.9"/>
Expand Down

0 comments on commit 2bf3a41

Please sign in to comment.