From 43a9d85c539910bdbc3846140eafb744ce302931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 04:51:30 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.12.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 5b0e038f..aac7da1c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -37,4 +37,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0") // Java Checkstyle plugin. // See more: https://github.com/etsy/sbt-checkstyle-plugin addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.1.1") -dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.12.1" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.12.3"