Skip to content

Commit

Permalink
Update to latest Error Prone
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Oct 6, 2024
1 parent 4b1efa1 commit 93888ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.gradle.util.VersionNumber
// The oldest version of Error Prone that we support running on
def oldestErrorProneVersion = "2.14.0"
// Latest released Error Prone version that we've tested with
def latestErrorProneVersion = "2.32.0"
def latestErrorProneVersion = "2.33.0"
// Default to using latest tested Error Prone version
def defaultErrorProneVersion = latestErrorProneVersion
def errorProneVersionToCompileAgainst = defaultErrorProneVersion
Expand Down

0 comments on commit 93888ec

Please sign in to comment.