From 9d809338ea0c7759a3a01ad6275be45ad11902bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:00:54 +0000 Subject: [PATCH] Bump checkstyle from 8.36.2 to 10.6.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 10.6.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-10.6.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0ebcb2..0356114 100644 --- a/build.gradle +++ b/build.gradle @@ -84,7 +84,7 @@ subprojects { } dependencies { - checkstyle 'com.puppycrawl.tools:checkstyle:8.36.2' + checkstyle 'com.puppycrawl.tools:checkstyle:10.6.0' testCompile 'com.google.truth:truth:1.0.1' testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0' testCompile 'org.junit.jupiter:junit-jupiter-engine:5.7.0'