Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_core from 2.10.0 to 2.29.2 in …
Browse files Browse the repository at this point in the history
…/docs/examples/errorprone (#837)

Co-authored-by: Werner Dietl <wdietl@gmail.com>
  • Loading branch information
dependabot[bot] and wmdietl authored Aug 10, 2024
1 parent 52c2680 commit cca14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/errorprone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
errorprone 'com.google.errorprone:error_prone_core:2.10.0'
} else {
errorprone 'com.google.errorprone:error_prone_core:2.23.0'
errorprone 'com.google.errorprone:error_prone_core:2.29.2'
}
}

Expand Down

0 comments on commit cca14ef

Please sign in to comment.