|
63 | 63 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
64 | 64 | <github.global.server>github</github.global.server> |
65 | 65 | <site.installationModule>google-cloud-bigquerystorage-parent</site.installationModule> |
66 | | - <google.core.version>1.91.1</google.core.version> |
| 66 | + <google.core.version>1.92.4</google.core.version> |
67 | 67 | <google.api-common.version>1.8.1</google.api-common.version> |
68 | 68 | <google.common-protos.version>1.17.0</google.common-protos.version> |
69 | | - <gax.version>1.53.0</gax.version> |
| 69 | + <gax.version>1.53.1</gax.version> |
| 70 | + <auto-value-annotations.version>1.7</auto-value-annotations.version> |
| 71 | + <jackson-core.version>2.10.2</jackson-core.version> |
70 | 72 | <grpc.version>1.27.0</grpc.version> |
71 | | - <protobuf.version>3.11.1</protobuf.version> |
| 73 | + <protobuf.version>3.11.3</protobuf.version> |
72 | 74 | <junit.version>4.13</junit.version> |
73 | 75 | <guava.version>28.2-android</guava.version> |
74 | 76 | <threeten.version>1.4.1</threeten.version> |
|
108 | 110 | <artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId> |
109 | 111 | <version>0.85.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} --> |
110 | 112 | </dependency> |
| 113 | + <dependency> |
| 114 | + <groupId>com.google.auto.value</groupId> |
| 115 | + <artifactId>auto-value-annotations</artifactId> |
| 116 | + <version>${auto-value-annotations.version}</version> |
| 117 | + </dependency> |
| 118 | + <dependency> |
| 119 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 120 | + <artifactId>jackson-core</artifactId> |
| 121 | + <version>${jackson-core.version}</version> |
| 122 | + </dependency> |
111 | 123 | <dependency> |
112 | 124 | <groupId>com.google.cloud</groupId> |
113 | 125 | <artifactId>google-cloud-bigquerystorage</artifactId> |
|
0 commit comments