This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+17
-9
lines changed Expand file treeCollapse file tree2 files changed
+17
-9
lines changed Original file line number | Diff line number | Diff line change |
---|
|
56 | 56 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
57 | 57 | <site.installationModule>${project.artifactId}</site.installationModule>
|
58 | 58 | <grpc.version>1.41.0</grpc.version>
|
59 |
| -<gax.version>2.5.0</gax.version> |
| 59 | +<gax.version>2.6.1</gax.version> |
60 | 60 | <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> |
62 | 62 | <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> |
68 | 68 | <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> |
70 | 70 | <iam.version>1.1.6</iam.version>
|
71 | 71 | </properties>
|
72 | 72 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
64 | 64 | <opencensus.version>0.28.0</opencensus.version>
|
65 | 65 | <findbugs.version>3.0.2</findbugs.version>
|
66 | 66 | <errorprone.version>2.9.0</errorprone.version>
|
67 |
| -<jackson.version>2.12.5</jackson.version> |
| 67 | +<jackson.version>2.13.0</jackson.version> |
68 | 68 | <codec.version>1.15</codec.version>
|
69 | 69 | <httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version>
|
70 | 70 | <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> |
71 | 73 | </properties>
|
72 | 74 |
|
73 | 75 | <dependencyManagement>
|
|
96 | 98 | <groupId>javax.annotation</groupId>
|
97 | 99 | <artifactId>javax.annotation-api</artifactId>
|
98 | 100 | <version>${javax.annotations.version}</version>
|
| 101 | +<scope>compile</scope> |
99 | 102 | </dependency>
|
100 | 103 | <dependency>
|
101 | 104 | <groupId>org.codehaus.mojo</groupId>
|
|
166 | 169 | <artifactId>opencensus-impl-core</artifactId>
|
167 | 170 | <version>${opencensus.version}</version>
|
168 | 171 | </dependency>
|
| 172 | +<dependency> |
| 173 | +<groupId>org.checkerframework</groupId> |
| 174 | +<artifactId>checker-qual</artifactId> |
| 175 | +<version>${checker-qual.version}</version> |
| 176 | +</dependency> |
169 | 177 | </dependencies>
|
170 | 178 | </dependencyManagement>
|
171 | 179 | </project>
|
You can’t perform that action at this time.
0 commit comments