mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-08 12:55:06 -05:00
e316e972ee
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>
12 lines
276 B
Groovy
12 lines
276 B
Groovy
repositories {
|
|
mavenLocal()
|
|
mavenCentral()
|
|
}
|
|
|
|
// Hold this dependency here so we can get automated updates using DependaBot
|
|
dependencies {
|
|
implementation 'com.google.googlejavaformat:google-java-format:1.25.2'
|
|
}
|
|
|
|
group 'com.github.super-linter'
|
|
version '1.0.0-SNAPSHOT'
|