Skip to content

Commit 09f3588

Browse files
deps: update google-cloud-bigtable 2.28.0 (#4185)
* deps: update google-cloud-bigtable dependencies * update shared-config version Change-Id: Iccf03446cb7f59b518be509f352abbfb56d37091 * remove unused deps Change-Id: Iaf27fa902dbd060a02e4991357182017b610b971 --------- Co-authored-by: Mend Renovate <bot@renovateapp.com>
1 parent b88107a commit 09f3588

File tree

4 files changed

+4
-13
lines changed
  • bigtable-client-core-parent/bigtable-hbase
  • bigtable-hbase-1.x-parent

4 files changed

+4
-13
lines changed

bigtable-client-core-parent/bigtable-hbase/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ limitations under the License.
103103
<groupId>io.grpc</groupId>
104104
<artifactId>grpc-api</artifactId>
105105
</dependency>
106-
<dependency>
107-
<groupId>io.grpc</groupId>
108-
<artifactId>grpc-context</artifactId>
109-
</dependency>
110106
<dependency>
111107
<!-- See notes in verify-conscrypt-version execution below -->
112108
<groupId>org.conscrypt</groupId>

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636

3737
<properties>
3838
<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>
4040
</properties>
4141

4242
<!-- NOTE: this artifact is designed to be used alongside hbase-server via

bigtable-hbase-1.x-parent/bigtable-hbase-1.x/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,6 @@ limitations under the License.
124124
<artifactId>grpc-api</artifactId>
125125
<scope>compile</scope>
126126
</dependency>
127-
<dependency>
128-
<groupId>io.grpc</groupId>
129-
<artifactId>grpc-context</artifactId>
130-
<scope>compile</scope>
131-
</dependency>
132127
<dependency>
133128
<groupId>io.grpc</groupId>
134129
<artifactId>grpc-core</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<parent>
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>google-cloud-shared-config</artifactId>
36-
<version>1.5.7</version>
36+
<version>1.5.8</version>
3737
</parent>
3838

3939
<licenses>
@@ -56,8 +56,8 @@ limitations under the License.
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757

5858
<!-- 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>
6161
<bigtable-client-core.version>1.28.0</bigtable-client-core.version>
6262
<grpc-conscrypt.version>2.5.2</grpc-conscrypt.version>
6363
<!-- keeping at this version to align with hbase-->

0 commit comments

Comments
 (0)