From e4bb84059f45f002daf4cf61cfb7f45ee04cef7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 18:57:03 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.3.2 to 10.9.2 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.2 to 10.9.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.2...checkstyle-10.9.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0544188..e555e9e 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ repositories { dependencyManagement { dependencies { - dependency 'com.puppycrawl.tools:checkstyle:10.3.2' + dependency 'com.puppycrawl.tools:checkstyle:10.9.2' dependencySet(group: 'io.cucumber', version: '7.6.0') { entry 'cucumber-java' entry 'cucumber-junit-platform-engine'