From 8e70a6999c7e56f298ed9be815caadb7ba0ca894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:15:24 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.12.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 31e10075e54..b37ba338dbd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -55,4 +55,4 @@ libraryDependencies ++= Seq( "org.slf4j" % "slf4j-nop" % "2.0.9", "com.yahoo.platform.yui" % "yuicompressor" % "2.4.8" ) -dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.12.3" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.12.4"