File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
auto_value_annotations : ' com.google.auto.value:auto-value-annotations:1.10.1' ,
47
47
guava : ' com.google.guava:guava:31.1-jre' ,
48
48
jsr305 : ' com.google.code.findbugs:jsr305:3.0.2' ,
49
- error_prone_annotations : ' com.google.errorprone:error_prone_annotations:2.16 ' ,
49
+ error_prone_annotations : ' com.google.errorprone:error_prone_annotations:2.17.0 ' ,
50
50
51
51
// Testing
52
52
junit : ' junit:junit:4.13.2' ,
Original file line number Diff line number Diff line change 75
75
<dependency >
76
76
<groupId >com.google.errorprone</groupId >
77
77
<artifactId >error_prone_annotations</artifactId >
78
- <version >2.16 </version >
78
+ <version >2.17.0 </version >
79
79
<scope >compile</scope >
80
80
</dependency >
81
81
Original file line number Diff line number Diff line change 427
427
<dependency >
428
428
<groupId >com.google.errorprone</groupId >
429
429
<artifactId >error_prone_annotations</artifactId >
430
- <version >2.16 </version >
430
+ <version >2.17.0 </version >
431
431
</dependency >
432
432
433
433
<!--
You can’t perform that action at this time.
0 commit comments