Skip to content

Commit 7729556

Browse files
authored
deps: update bigtable version to 2.17.1, shared config to 1.5.5 (#3889)
Also updates the renovate config to group bigtable and emulator updates in the same PR going forward Opening in favor of #3884, #3883, #3882, #3873
1 parent 659d15e commit 7729556

File tree

6 files changed

+14
-6
lines changed
  • bigtable-dataflow-parent/bigtable-beam-import
  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-mapreduce
  • hbase-migration-tools/bigtable-hbase-replication
    • bigtable-hbase-1.x-replication
    • bigtable-hbase-2.x-replication

6 files changed

+14
-6
lines changed

bigtable-dataflow-parent/bigtable-beam-import/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ limitations under the License.
256256
<dependency>
257257
<groupId>com.google.cloud</groupId>
258258
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
259-
<version>0.153.0</version>
260259
<scope>test</scope>
261260
</dependency>
262261
<dependency>

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.153.0</google-cloud-bigtable-emulator.version>
39+
<google-cloud-bigtable-emulator.version>0.154.1</google-cloud-bigtable-emulator.version>
4040
</properties>
4141

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

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-1.x-replication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ limitations under the License.
177177
<dependency>
178178
<groupId>com.google.cloud</groupId>
179179
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
180-
<version>0.153.0</version>
180+
<version>${google-cloud-bigtable-emulator.version}</version>
181181
<scope>test</scope>
182182
</dependency>
183183
<dependency>

hbase-migration-tools/bigtable-hbase-replication/bigtable-hbase-2.x-replication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ limitations under the License.
208208
<dependency>
209209
<groupId>com.google.cloud</groupId>
210210
<artifactId>google-cloud-bigtable-emulator-core</artifactId>
211-
<version>0.153.0</version>
211+
<version>${google-cloud-bigtable-emulator.version}</version>
212212
<scope>test</scope>
213213
</dependency>
214214
<!--Test dependencies-->

pom.xml

Lines changed: 3 additions & 2 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.4</version>
36+
<version>1.5.5</version>
3737
</parent>
3838

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

5858
<!-- core dependency versions -->
59-
<bigtable.version>2.16.0</bigtable.version>
59+
<bigtable.version>2.17.1</bigtable.version>
60+
<google-cloud-bigtable-emulator.version>0.154.1</google-cloud-bigtable-emulator.version>
6061
<bigtable-client-core.version>1.28.0</bigtable-client-core.version>
6162
<grpc-conscrypt.version>2.5.2</grpc-conscrypt.version>
6263
<!-- keeping at this version to align with hbase-->

renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@
101101
],
102102
// Exclude version 3.3.0 due to https://issues.apache.org/jira/projects/MSHADE/issues/MSHADE-419
103103
"allowedVersions": "(,3.3.0),(3.3.0,)"
104+
},
105+
{
106+
"packagePatterns": [
107+
"^com.google.cloud:google-cloud-bigtable",
108+
"^com.google.cloud:google-cloud-bigtable-emulator-core",
109+
"^com.google.cloud:google-cloud-bigtable-emulator",
110+
],
111+
"groupName": "google-cloud-bigtable dependencies"
104112
}
105113
],
106114
"semanticCommits": true,

0 commit comments

Comments
 (0)