File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ limitations under the License.
256
256
<dependency >
257
257
<groupId >com.google.cloud</groupId >
258
258
<artifactId >google-cloud-bigtable-emulator-core</artifactId >
259
- <version >0.153.0</version >
260
259
<scope >test</scope >
261
260
</dependency >
262
261
<dependency >
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.153.0 </google-cloud-bigtable-emulator .version>
39
+ <google-cloud-bigtable-emulator .version>0.154.1 </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 @@ -177,7 +177,7 @@ limitations under the License.
177
177
<dependency >
178
178
<groupId >com.google.cloud</groupId >
179
179
<artifactId >google-cloud-bigtable-emulator-core</artifactId >
180
- <version >0.153.0 </version >
180
+ <version >${google-cloud-bigtable-emulator.version} </version >
181
181
<scope >test</scope >
182
182
</dependency >
183
183
<dependency >
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ limitations under the License.
208
208
<dependency >
209
209
<groupId >com.google.cloud</groupId >
210
210
<artifactId >google-cloud-bigtable-emulator-core</artifactId >
211
- <version >0.153.0 </version >
211
+ <version >${google-cloud-bigtable-emulator.version} </version >
212
212
<scope >test</scope >
213
213
</dependency >
214
214
<!-- Test dependencies-->
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.4 </version >
36
+ <version >1.5.5 </version >
37
37
</parent >
38
38
39
39
<licenses >
@@ -56,7 +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.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>
60
61
<bigtable-client-core .version>1.28.0</bigtable-client-core .version>
61
62
<grpc-conscrypt .version>2.5.2</grpc-conscrypt .version>
62
63
<!-- keeping at this version to align with hbase-->
Original file line number Diff line number Diff line change 101
101
] ,
102
102
// Exclude version 3.3.0 due to https://issues.apache.org/jira/projects/MSHADE/issues/MSHADE-419
103
103
"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"
104
112
}
105
113
] ,
106
114
"semanticCommits" : true ,
You can’t perform that action at this time.
0 commit comments