From 0ec35934c614ca3a0baeaecea1c3cb2d491ea1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 08:44:33 +0100 Subject: [PATCH] build(deps): bump com.puppycrawl.tools:checkstyle (#53) Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.3 to 10.12.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.12.3...checkstyle-10.12.4) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- data-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-service/build.gradle b/data-service/build.gradle index e06b8fc..da40919 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -5,7 +5,7 @@ plugins { } ext { - checkstyleVersion = '10.12.3' + checkstyleVersion = '10.12.4' } sourceSets {