Bump com.github.spotbugs in the development-dependencies group (#9071)

Bumps the development-dependencies group with 1 update: com.github.spotbugs.


Updates `com.github.spotbugs` from 6.0.9 to 6.0.12

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-14 00:18:03 +00:00
committed by GitHub
parent 32b260ca25
commit 2f1806364f

View File

@@ -22,7 +22,7 @@ plugins {
id 'org.jetbrains.dokka' version "$kotlinVersion"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'com.github.spotbugs' version '6.0.9'
id 'com.github.spotbugs' version '6.0.12'
}
if (isCI) {