Skip to content

Commit

Permalink
Update errorproneVersion to v2.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 1, 2024
1 parent 63f4bab commit 71d8dc3
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.28.0'

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

0 comments on commit 71d8dc3

Please sign in to comment.