Bladeren bron

fix(deps): update dependency checkstyle to v10.17.0 (main) (#11461)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 9 maanden geleden
bovenliggende
commit
bc833c017c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      conventions/src/main/kotlin/otel.java-conventions.gradle.kts

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

@@ -427,7 +427,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.16.0"
+  toolVersion = "10.17.0"
   maxWarnings = 0
 }