Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#22)
Browse files Browse the repository at this point in the history
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](spring-io/spring-javaformat@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](spring-io/spring-javaformat@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 31e4f70 commit 5a3af2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
Expand Down

0 comments on commit 5a3af2f

Please sign in to comment.