Skip to content

Commit

Permalink
dependabot: bump com.google.googlejavaformat:google-java-format (#684) (
Browse files Browse the repository at this point in the history
#685)

Bumps [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](google/google-java-format@v1.23.0...v1.24.0)

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



(cherry picked from commit 1419890)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 89ebe44 commit 34a9a6a
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 @@ -165,7 +165,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: "${versions.mockito}"
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
//spotless
implementation('com.google.googlejavaformat:google-java-format:1.23.0') {
implementation('com.google.googlejavaformat:google-java-format:1.24.0') {
exclude group: 'com.google.guava'
}
}
Expand Down

0 comments on commit 34a9a6a

Please sign in to comment.