From 9708f68eaebc68ca6ce9aa35b30d0bcda17e5d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:14:56 +0000 Subject: [PATCH] Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.19.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.18.2 to 10.19.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.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 d49838055..a16e6e938 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.2") + dependency("com.puppycrawl.tools:checkstyle:10.19.0") dependency("com.squareup.retrofit2:converter-jackson:${comSquareupRetrofit2Version}") dependency("com.squareup.retrofit2:retrofit:${comSquareupRetrofit2Version}") dependency("commons-beanutils:commons-beanutils:1.9.4")