Skip to content

Commit

Permalink
Update errorproneVersion to v2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 7d66552 commit 0ea79d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

// Error Prone versions later than 2.10.0 require JDK 11.
ext.errorproneVersion = '2.10.0'
ext.errorproneVersion = '2.27.0'

ext {
isJava21orHigher = JavaVersion.current() >= JavaVersion.VERSION_21
Expand Down

0 comments on commit 0ea79d1

Please sign in to comment.