Browse Source

fix(deps): update errorproneversion to v2.27.1 (main) (patch) (#11265)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 10 months ago
parent
commit
eb8748b65b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dependencyManagement/build.gradle.kts

+ 1 - 1
dependencyManagement/build.gradle.kts

@@ -40,7 +40,7 @@ val DEPENDENCY_BOMS = listOf(
 
 val autoServiceVersion = "1.1.1"
 val autoValueVersion = "1.10.4"
-val errorProneVersion = "2.27.0"
+val errorProneVersion = "2.27.1"
 val byteBuddyVersion = "1.14.14"
 val asmVersion = "9.7"
 val jmhVersion = "1.37"