Bump the development-dependencies group with 1 update (#43)

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


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

---
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-03-24 06:28:48 +00:00
committed by GitHub
parent 55f09da388
commit e181e4077b

View File

@@ -7,7 +7,7 @@ plugins {
id 'base'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.spring.javaformat' version "${javaFormatVersion}"
id 'com.github.spotbugs' version '6.0.8'
id 'com.github.spotbugs' version '6.0.9'
id 'org.ajoberstar.grgit' version '5.2.2'
}