From 86c7fc5c0cbc9b8788715ed0de1c92a66c69ee53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:05:06 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.19.0 to 10.20.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.19.0...checkstyle-10.20.0) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 44294b87d..f5cc5e3aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -89,7 +89,7 @@ subprojects { dependency("com.github.spotbugs:spotbugs-annotations:4.8.6") dependency("com.github.spotbugs:spotbugs:4.8.6") dependency("com.opencsv:opencsv:5.9") - dependency("com.puppycrawl.tools:checkstyle:10.19.0") + dependency("com.puppycrawl.tools:checkstyle:10.20.0") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") dependency("commons-beanutils:commons-beanutils:1.9.4")