From ddff5b7c2bd07381c5f69ad0d74ddd9eb12cde16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:24:18 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.0 to 10.20.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... 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 f5cc5e3aa..2d7eb4d56 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.20.0") + dependency("com.puppycrawl.tools:checkstyle:10.20.1") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") dependency("commons-beanutils:commons-beanutils:1.9.4")