mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
deps(java): bump the java-gradle group across 2 directories with 2 updates (#6248)
Bumps the java-gradle group with 1 update in the /dependencies/checkstyle directory: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). 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.puppycrawl.tools:checkstyle` from 10.18.0 to 10.18.2 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.2) Updates `com.google.googlejavaformat:google-java-format` from 1.23.0 to 1.24.0 - [Release notes](https://github.com/google/google-java-format/releases) - [Commits](https://github.com/google/google-java-format/compare/v1.23.0...v1.24.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-gradle - 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2bdad665d3
commit
fd2899662d
2 changed files with 2 additions and 2 deletions
2
dependencies/checkstyle/build.gradle
vendored
2
dependencies/checkstyle/build.gradle
vendored
|
@ -5,7 +5,7 @@ repositories {
|
|||
|
||||
// Hold this dependency here so we can get automated updates using DependaBot
|
||||
dependencies {
|
||||
implementation 'com.puppycrawl.tools:checkstyle:10.18.0'
|
||||
implementation 'com.puppycrawl.tools:checkstyle:10.18.2'
|
||||
}
|
||||
|
||||
group 'com.github.super-linter'
|
||||
|
|
2
dependencies/google-java-format/build.gradle
vendored
2
dependencies/google-java-format/build.gradle
vendored
|
@ -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.23.0'
|
||||
implementation 'com.google.googlejavaformat:google-java-format:1.24.0'
|
||||
}
|
||||
|
||||
group 'com.github.super-linter'
|
||||
|
|
Loading…
Reference in a new issue