From 7eb6cea887969c93545ad53c522f018c3a6b6e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:57:57 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.0 to 10.18.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.0...checkstyle-10.18.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 a52e4f711..07cce088f 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.18.0") + dependency("com.puppycrawl.tools:checkstyle:10.18.1") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") dependency("commons-beanutils:commons-beanutils:1.9.4")