This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Expand file tree Collapse file tree 2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 5656 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5757 <site .installationModule>${project.artifactId} </site .installationModule>
5858 <grpc .version>1.41.0</grpc .version>
59- <gax .version>2.5.0 </gax .version>
59+ <gax .version>2.6.1 </gax .version>
6060 <grpc-gcp .version>1.1.0</grpc-gcp .version>
61- <guava .version>30.1 .1-jre</guava .version>
61+ <guava .version>31.0 .1-jre</guava .version>
6262 <protobuf .version>3.18.1</protobuf .version>
63- <google .api-common.version>2.0.2 </google .api-common.version>
64- <google .common-protos.version>2.5 .0</google .common-protos.version>
65- <google .core.version>2.1.6 </google .core.version>
66- <google .auth.version>1.1.0 </google .auth.version>
67- <google .http-client.version>1.40.0 </google .http-client.version>
63+ <google .api-common.version>2.0.5 </google .api-common.version>
64+ <google .common-protos.version>2.6 .0</google .common-protos.version>
65+ <google .core.version>2.2.0 </google .core.version>
66+ <google .auth.version>1.2.1 </google .auth.version>
67+ <google .http-client.version>1.40.1 </google .http-client.version>
6868 <google .oauth-client.version>1.32.1</google .oauth-client.version>
69- <google .api-client.version>1.32.1 </google .api-client.version>
69+ <google .api-client.version>1.32.2 </google .api-client.version>
7070 <iam .version>1.1.6</iam .version>
7171 </properties >
7272
Original file line number Diff line number Diff line change 6464 <opencensus .version>0.28.0</opencensus .version>
6565 <findbugs .version>3.0.2</findbugs .version>
6666 <errorprone .version>2.9.0</errorprone .version>
67- <jackson .version>2.12.5 </jackson .version>
67+ <jackson .version>2.13.0 </jackson .version>
6868 <codec .version>1.15</codec .version>
6969 <httpcomponents .httpcore.version>4.4.14</httpcomponents .httpcore.version>
7070 <httpcomponents .httpclient.version>4.5.13</httpcomponents .httpclient.version>
71+ <!-- ensure checker-qual version matches what Guava uses -->
72+ <checker-qual .version>3.12.0</checker-qual .version>
7173 </properties >
7274
7375 <dependencyManagement >
9698 <groupId >javax.annotation</groupId >
9799 <artifactId >javax.annotation-api</artifactId >
98100 <version >${javax.annotations.version} </version >
101+ <scope >compile</scope >
99102 </dependency >
100103 <dependency >
101104 <groupId >org.codehaus.mojo</groupId >
166169 <artifactId >opencensus-impl-core</artifactId >
167170 <version >${opencensus.version} </version >
168171 </dependency >
172+ <dependency >
173+ <groupId >org.checkerframework</groupId >
174+ <artifactId >checker-qual</artifactId >
175+ <version >${checker-qual.version} </version >
176+ </dependency >
169177 </dependencies >
170178 </dependencyManagement >
171179</project >
You can’t perform that action at this time.
0 commit comments