Bump the development-dependencies group with 3 updates (#22)

Bumps the development-dependencies group with 3 updates: [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat), [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) and com.github.spotbugs.


Updates `io.spring.javaformat:spring-javaformat-checkstyle` from 0.0.40 to 0.0.41
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.40...v0.0.41)

Updates `io.spring.javaformat` from 0.0.40 to 0.0.41
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.40...v0.0.41)

Updates `com.github.spotbugs` from 6.0.5 to 6.0.6

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-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-01-14 06:20:21 +00:00
committed by GitHub
parent 31e4f70920
commit 5a3af2fb97

View File

@@ -1,13 +1,13 @@
buildscript {
ext.isCI = System.getenv('GITHUB_ACTION')
ext.javaFormatVersion = '0.0.40'
ext.javaFormatVersion = '0.0.41'
}
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.5'
id 'com.github.spotbugs' version '6.0.6'
id 'com.google.protobuf' version '0.9.4' apply false
id 'org.ajoberstar.grgit' version '5.2.1'
}