From 6d3d21787c946dcd48a66bd745ece4eda0720ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 23:21:09 +0000 Subject: [PATCH] Bump checkstyle from 9.3 to 10.3.1 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.3.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.3.1) --- 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 d4ae9aec48..0f6e8d8f6a 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects { nanojsonVersion = "1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751" spotbugsVersion = "4.6.0" junitVersion = "5.8.2" - checkstyleVersion = "9.3" // do not use latest version (10.0) as it requires compile JDK 11 + checkstyleVersion = "10.3.1" // do not use latest version (10.0) as it requires compile JDK 11 } }