File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
grpc-google-cloud-firestore-admin-v1
grpc-google-cloud-firestore-v1beta1
grpc-google-cloud-firestore-v1 Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 9393 <groupId >io.grpc</groupId >
9494 <artifactId >grpc-api</artifactId >
9595 <exclusions >
96- <!-- currently collides with animal-sniffer-annotations from guava -->
97- <!-- TODO(#33) try to remove after the next bump of guava -->
96+ <!-- currently collides with error_prone_annotations from grpc -->
97+ <!-- TODO try to remove after the next bump of grpc -->
9898 <exclusion >
99- <groupId >org.codehaus.mojo </groupId >
100- <artifactId >animal-sniffer-annotations </artifactId >
99+ <groupId >com.google.errorprone </groupId >
100+ <artifactId >error_prone_annotations </artifactId >
101101 </exclusion >
102102 </exclusions >
103103 </dependency >
Original file line number Diff line number Diff line change 3636 <groupId >io.grpc</groupId >
3737 <artifactId >grpc-api</artifactId >
3838 <exclusions >
39- <!-- currently collides with animal-sniffer-annotations from guava -->
40- <!-- TODO(#33) try to remove after the next bump of guava -->
39+ <!-- currently collides with error_prone_annotations from grpc -->
40+ <!-- TODO try to remove after the next bump of grpc -->
4141 <exclusion >
42- <groupId >org.codehaus.mojo </groupId >
43- <artifactId >animal-sniffer-annotations </artifactId >
42+ <groupId >com.google.errorprone </groupId >
43+ <artifactId >error_prone_annotations </artifactId >
4444 </exclusion >
4545 </exclusions >
4646 </dependency >
Original file line number Diff line number Diff line change 3232 <groupId >io.grpc</groupId >
3333 <artifactId >grpc-api</artifactId >
3434 <exclusions >
35- <!-- currently collides with animal-sniffer-annotations from guava -->
36- <!-- TODO(#33) try to remove after the next bump of guava -->
35+ <!-- currently collides with error_prone_annotations from grpc -->
36+ <!-- TODO try to remove after the next bump of grpc -->
3737 <exclusion >
38- <groupId >org.codehaus.mojo </groupId >
39- <artifactId >animal-sniffer-annotations </artifactId >
38+ <groupId >com.google.errorprone </groupId >
39+ <artifactId >error_prone_annotations </artifactId >
4040 </exclusion >
4141 </exclusions >
4242 </dependency >
Original file line number Diff line number Diff line change 3232 <groupId >io.grpc</groupId >
3333 <artifactId >grpc-api</artifactId >
3434 <exclusions >
35- <!-- currently collides with animal-sniffer-annotations from guava -->
36- <!-- TODO(#33) try to remove after the next bump of guava -->
35+ <!-- currently collides with error_prone_annotations from grpc -->
36+ <!-- TODO try to remove after the next bump of grpc -->
3737 <exclusion >
38- <groupId >org.codehaus.mojo </groupId >
39- <artifactId >animal-sniffer-annotations </artifactId >
38+ <groupId >com.google.errorprone </groupId >
39+ <artifactId >error_prone_annotations </artifactId >
4040 </exclusion >
4141 </exclusions >
4242 </dependency >
Original file line number Diff line number Diff line change 159159 <grpc .version>1.26.0</grpc .version>
160160 <protobuf .version>3.11.1</protobuf .version>
161161 <junit .version>4.13</junit .version>
162- <guava .version>28.1 -android</guava .version>
162+ <guava .version>28.2 -android</guava .version>
163163 <threeten .version>1.4.0</threeten .version>
164164 <opencensus .version>0.24.0</opencensus .version>
165165 <mockito .version>1.10.19</mockito .version>
You can’t perform that action at this time.
0 commit comments