deps(java): bump com.google.googlejavaformat:google-java-format
Some checks failed
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled

Bumps the java-gradle group with 1 update in the /dependencies/google-java-format directory: [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format).


Updates `com.google.googlejavaformat:google-java-format` from 1.24.0 to 1.25.2
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](https://github.com/google/google-java-format/compare/v1.24.0...v1.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-20 19:58:06 +00:00 committed by GitHub
parent 469f30eb53
commit e316e972ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ repositories {
// Hold this dependency here so we can get automated updates using DependaBot
dependencies {
implementation 'com.google.googlejavaformat:google-java-format:1.24.0'
implementation 'com.google.googlejavaformat:google-java-format:1.25.2'
}
group 'com.github.super-linter'