Browse Source

fix(deps): update dependency checkstyle to v10.14.2 (main) (#10878)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
92dc9b5ab3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conventions/src/main/kotlin/otel.java-conventions.gradle.kts

+ 1 - 1
conventions/src/main/kotlin/otel.java-conventions.gradle.kts

@@ -407,7 +407,7 @@ codenarc {
 checkstyle {
   configFile = rootProject.file("buildscripts/checkstyle.xml")
   // this version should match the version of google_checks.xml used as basis for above configuration
-  toolVersion = "10.14.1"
+  toolVersion = "10.14.2"
   maxWarnings = 0
 }