Skip to content

Commit 248ff0d

Browse files
cushonsgowroji
authored andcommitted
Update to Error Prone 2.16
Partial commit for third_party/*, see #16803. Signed-off-by: Sunil Gowroji <[email protected]>
1 parent 4084671 commit 248ff0d

11 files changed

+6
-6
lines changed

third_party/BUILD

+6-6
Original file line numberDiff line numberDiff line change
@@ -377,15 +377,15 @@ distrib_java_import(
377377
name = "error_prone_annotations",
378378
enable_distributions = ["debian"],
379379
jars = [
380-
"error_prone/error_prone_annotations-2.11.0.jar",
381-
"error_prone/error_prone_type_annotations-2.11.0.jar",
380+
"error_prone/error_prone_annotations-2.16.jar",
381+
"error_prone/error_prone_type_annotations-2.16.jar",
382382
],
383383
)
384384

385385
distrib_jar_filegroup(
386386
name = "error_prone_annotations-jar",
387387
srcs = [
388-
"error_prone/error_prone_annotations-2.11.0.jar",
388+
"error_prone/error_prone_annotations-2.16.jar",
389389
"error_prone/threeten-extra-1.5.0.jar",
390390
],
391391
enable_distributions = ["debian"],
@@ -394,9 +394,9 @@ distrib_jar_filegroup(
394394
java_import(
395395
name = "error_prone",
396396
jars = [
397-
"error_prone/error_prone_annotation-2.11.0.jar",
398-
"error_prone/error_prone_check_api-2.11.0.jar",
399-
"error_prone/error_prone_core-2.11.0.jar",
397+
"error_prone/error_prone_annotation-2.16.jar",
398+
"error_prone/error_prone_check_api-2.16.jar",
399+
"error_prone/error_prone_core-2.16.jar",
400400
],
401401
exports = [
402402
":error_prone_annotations",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)