Skip to content

Commit

Permalink
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.…
Browse files Browse the repository at this point in the history
…gradle.plugin to v6.0.12
  • Loading branch information
renovate-bot authored and vlsi committed Apr 15, 2024
1 parent 065cdc7 commit 46bc086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/verification/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation(project(":basics"))
implementation(project(":build-parameters"))
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:4.0")
implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.7")
implementation("com.github.spotbugs:com.github.spotbugs.gradle.plugin:6.0.12")
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
Expand Down

0 comments on commit 46bc086

Please sign in to comment.