This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 155155 <google .api-common.version>1.8.1</google .api-common.version>
156156 <google .common-protos.version>1.17.0</google .common-protos.version>
157157 <gax .version>1.49.1</gax .version>
158- <grpc .version>1.24.1 </grpc .version>
158+ <grpc .version>1.25.0 </grpc .version>
159159 <protobuf .version>3.10.0</protobuf .version>
160160 <junit .version>4.12</junit .version>
161161 <guava .version>28.1-android</guava .version>
162162 <threeten .version>1.4.0</threeten .version>
163163 <javax .annotations.version>1.3.2</javax .annotations.version>
164164 <animal-sniffer .version>1.18</animal-sniffer .version>
165+ <errorprone .version>2.3.3</errorprone .version>
165166 </properties >
166167
167168 <dependencyManagement >
254255 <artifactId >animal-sniffer-annotations</artifactId >
255256 <version >${animal-sniffer.version} </version >
256257 </dependency >
258+ <dependency >
259+ <groupId >com.google.errorprone</groupId >
260+ <artifactId >error_prone_annotations</artifactId >
261+ <version >${errorprone.version} </version >
262+ </dependency >
257263
258264 <dependency >
259265 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments