Skip to content

Commit

Permalink
Update errorproneVersion to v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent e599acb commit a69dbe3
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.30.0'

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

0 comments on commit a69dbe3

Please sign in to comment.