Skip to content

Commit

Permalink
Update dependency com.google.errorprone:error_prone_core to v2.36.0 (#…
Browse files Browse the repository at this point in the history
…313)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c26971d commit e7c62a5
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 {
}

ext {
errorproneVersion = '2.35.1'
errorproneVersion = '2.36.0'
isJava17orHigher = JavaVersion.current() >= JavaVersion.VERSION_17
isJava21orHigher = JavaVersion.current() >= JavaVersion.VERSION_21
}
Expand Down

0 comments on commit e7c62a5

Please sign in to comment.