From 945de0f029f374f957482c49295fa87305681d27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:43:38 +0000 Subject: [PATCH] chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.7.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b223fd6358..65ef74c472 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -55,4 +55,4 @@ libraryDependencies ++= Seq( "org.slf4j" % "slf4j-nop" % "2.0.6", "com.yahoo.platform.yui" % "yuicompressor" % "2.4.8" ) -dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.6.0" +dependencyOverrides += "com.puppycrawl.tools" % "checkstyle" % "10.7.0"