|
152 | 152 | <github.global.server>github</github.global.server> |
153 | 153 | <site.installationModule>google-cloud-datastore-parent</site.installationModule> |
154 | 154 | <project.javadoc.protobufBaseURL>https://googleapis.dev/java/google-api-grpc/latest</project.javadoc.protobufBaseURL> |
155 | | - <google.core.version>1.92.0</google.core.version> |
| 155 | + <google.core.version>1.92.4</google.core.version> |
156 | 156 | <google.api-common.version>1.8.1</google.api-common.version> |
157 | 157 | <google.common-protos.version>1.17.0</google.common-protos.version> |
158 | | - <gax.version>1.52.0</gax.version> |
159 | | - <grpc.version>1.26.0</grpc.version> |
| 158 | + <gax.version>1.53.1</gax.version> |
| 159 | + <grpc.version>1.27.0</grpc.version> |
160 | 160 | <protobuf.version>3.11.1</protobuf.version> |
161 | 161 | <junit.version>4.13</junit.version> |
162 | 162 | <guava.version>28.2-android</guava.version> |
|
236 | 236 | <dependency> |
237 | 237 | <groupId>com.google.auth</groupId> |
238 | 238 | <artifactId>google-auth-library-oauth2-http</artifactId> |
239 | | - <version>0.19.0</version> |
| 239 | + <version>0.20.0</version> |
240 | 240 | </dependency> |
241 | 241 | <dependency> |
242 | 242 | <groupId>com.google.http-client</groupId> |
243 | 243 | <artifactId>google-http-client</artifactId> |
244 | | - <version>1.34.0</version> |
| 244 | + <version>1.34.1</version> |
| 245 | + </dependency> |
| 246 | + <dependency> |
| 247 | + <groupId>com.google.http-client</groupId> |
| 248 | + <artifactId>google-http-client-jackson2</artifactId> |
| 249 | + <version>1.34.1</version> |
| 250 | + </dependency> |
| 251 | + <dependency> |
| 252 | + <groupId>com.google.oauth-client</groupId> |
| 253 | + <artifactId>google-oauth-client</artifactId> |
| 254 | + <version>1.30.5</version> |
245 | 255 | </dependency> |
246 | 256 |
|
247 | 257 | <dependency> |
|
277 | 287 | </dependencies> |
278 | 288 | </dependencyManagement> |
279 | 289 |
|
| 290 | + <build> |
| 291 | + <pluginManagement> |
| 292 | + <plugins> |
| 293 | + <plugin> |
| 294 | + <groupId>org.apache.maven.plugins</groupId> |
| 295 | + <artifactId>maven-dependency-plugin</artifactId> |
| 296 | + <configuration> |
| 297 | + <ignoredUnusedDeclaredDependencies> |
| 298 | + <ignoredUnusedDeclaredDependency>com.google.http-client:google-http-client-jackson2</ignoredUnusedDeclaredDependency> |
| 299 | + <ignoredUnusedDeclaredDependency>com.google.oauth-client:google-oauth-client</ignoredUnusedDeclaredDependency> |
| 300 | + </ignoredUnusedDeclaredDependencies> |
| 301 | + </configuration> |
| 302 | + </plugin> |
| 303 | + </plugins> |
| 304 | + </pluginManagement> |
| 305 | + </build> |
| 306 | + |
280 | 307 | <modules> |
281 | 308 | <module>proto-google-cloud-datastore-v1</module> |
282 | 309 | <module>google-cloud-datastore</module> |
|
0 commit comments