Skip to content

Commit

Permalink
chore(deps): bump com.github.spotbugs from 5.2.+ to 6.0.6 (aws#820)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent c95ea41 commit 3ff1be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pluginManagement {
fun PluginDependenciesSpec.idv(id: String, key: String = id) = id(id) version key.v()

id("biz.aQute.bnd.builder") version "6.4.0"
id("com.github.spotbugs") version "5.2.+"
id("com.github.spotbugs") version "6.0.+"
id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8
id("com.github.vlsi.gradle-extensions") version "1.+"
id("com.github.vlsi.stage-vote-release") version "1.+"
Expand Down

0 comments on commit 3ff1be1

Please sign in to comment.