From 846dfad673cce2479c41a6f574a0d4bd992482f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:40:19 +0000 Subject: [PATCH] deps(java): bump the java-gradle group across 2 directories with 2 updates (#6605) 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/ktlint directory: [com.pinterest.ktlint:ktlint-cli](https://github.com/pinterest/ktlint). Updates `com.puppycrawl.tools:checkstyle` from 10.20.1 to 10.21.3 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.1...checkstyle-10.21.3) Updates `com.pinterest.ktlint:ktlint-cli` from 1.4.1 to 1.5.0 - [Release notes](https://github.com/pinterest/ktlint/releases) - [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/pinterest/ktlint/compare/1.4.1...1.5.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-gradle - dependency-name: com.pinterest.ktlint:ktlint-cli dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-gradle ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/checkstyle/build.gradle | 2 +- dependencies/ktlint/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/checkstyle/build.gradle b/dependencies/checkstyle/build.gradle index 1c5dca67..52d9c887 100644 --- a/dependencies/checkstyle/build.gradle +++ b/dependencies/checkstyle/build.gradle @@ -5,7 +5,7 @@ repositories { // Hold this dependency here so we can get automated updates using DependaBot dependencies { - implementation 'com.puppycrawl.tools:checkstyle:10.20.1' + implementation 'com.puppycrawl.tools:checkstyle:10.21.3' } group 'com.github.super-linter' diff --git a/dependencies/ktlint/build.gradle b/dependencies/ktlint/build.gradle index 0e04b33f..aa8b48f5 100644 --- a/dependencies/ktlint/build.gradle +++ b/dependencies/ktlint/build.gradle @@ -5,7 +5,7 @@ repositories { // Hold this dependency here so we can get automated updates using DependaBot dependencies { - implementation 'com.pinterest.ktlint:ktlint-cli:1.4.1' + implementation 'com.pinterest.ktlint:ktlint-cli:1.5.0' } group 'com.github.super-linter'