File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed
bigtable-client-core-parent/bigtable-hbase
bigtable-hbase-1.x-parent
bigtable-hbase-1.x-mapreduce Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ limitations under the License.
103
103
<groupId >io.grpc</groupId >
104
104
<artifactId >grpc-api</artifactId >
105
105
</dependency >
106
- <dependency >
107
- <groupId >io.grpc</groupId >
108
- <artifactId >grpc-context</artifactId >
109
- </dependency >
110
106
<dependency >
111
107
<!-- See notes in verify-conscrypt-version execution below -->
112
108
<groupId >org.conscrypt</groupId >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ limitations under the License.
36
36
37
37
<properties >
38
38
<mrunit .version>1.1.0</mrunit .version>
39
- <google-cloud-bigtable-emulator .version>0.157.3 </google-cloud-bigtable-emulator .version>
39
+ <google-cloud-bigtable-emulator .version>0.165.0 </google-cloud-bigtable-emulator .version>
40
40
</properties >
41
41
42
42
<!-- NOTE: this artifact is designed to be used alongside hbase-server via
Original file line number Diff line number Diff line change @@ -124,11 +124,6 @@ limitations under the License.
124
124
<artifactId >grpc-api</artifactId >
125
125
<scope >compile</scope >
126
126
</dependency >
127
- <dependency >
128
- <groupId >io.grpc</groupId >
129
- <artifactId >grpc-context</artifactId >
130
- <scope >compile</scope >
131
- </dependency >
132
127
<dependency >
133
128
<groupId >io.grpc</groupId >
134
129
<artifactId >grpc-core</artifactId >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ limitations under the License.
33
33
<parent >
34
34
<groupId >com.google.cloud</groupId >
35
35
<artifactId >google-cloud-shared-config</artifactId >
36
- <version >1.5.7 </version >
36
+ <version >1.5.8 </version >
37
37
</parent >
38
38
39
39
<licenses >
@@ -56,8 +56,8 @@ limitations under the License.
56
56
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
57
57
58
58
<!-- core dependency versions -->
59
- <bigtable .version>2.27.3 </bigtable .version>
60
- <google-cloud-bigtable-emulator .version>0.164.3 </google-cloud-bigtable-emulator .version>
59
+ <bigtable .version>2.28.0 </bigtable .version>
60
+ <google-cloud-bigtable-emulator .version>0.165.0 </google-cloud-bigtable-emulator .version>
61
61
<bigtable-client-core .version>1.28.0</bigtable-client-core .version>
62
62
<grpc-conscrypt .version>2.5.2</grpc-conscrypt .version>
63
63
<!-- keeping at this version to align with hbase-->
You can’t perform that action at this time.
0 commit comments