Skip to content

Commit

Permalink
dependabot: bump com.google.googlejavaformat:google-java-format (#608)
Browse files Browse the repository at this point in the history
Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](google/google-java-format@v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 4923f90)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] committed Apr 11, 2024
1 parent 9417947 commit 2f695d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies {
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
//spotless
implementation('com.google.googlejavaformat:google-java-format:1.21.0') {
implementation('com.google.googlejavaformat:google-java-format:1.22.0') {
exclude group: 'com.google.guava'
}
}
Expand Down

0 comments on commit 2f695d8

Please sign in to comment.