Skip to content

Commit

Permalink
Update errorproneVersion to v2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent a884390 commit 6060a67
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 @@ -34,7 +34,7 @@ repositories {
}

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

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

0 comments on commit 6060a67

Please sign in to comment.