File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ limitations under the License.
47
47
<groupId >com.google.cloud.bigtable</groupId >
48
48
<!-- Use the hadoop client instead of 1.x due to file size. -->
49
49
<artifactId >bigtable-hbase-1.x-hadoop</artifactId >
50
- <version >2.9 .0</version >
50
+ <version >2.10 .0</version >
51
51
</dependency >
52
52
53
53
<!-- Compile/runtime dependencies -->
Original file line number Diff line number Diff line change 61
61
<dependency >
62
62
<groupId >com.google.cloud.bigtable</groupId >
63
63
<artifactId >bigtable-hbase-beam</artifactId >
64
- <version >2.9 .0</version >
64
+ <version >2.10 .0</version >
65
65
</dependency >
66
66
67
67
<dependency >
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >com.google.cloud.bigtable</groupId >
71
71
<artifactId >bigtable-hbase-beam</artifactId >
72
- <version >2.9 .0</version >
72
+ <version >2.10 .0</version >
73
73
</dependency >
74
74
<!-- [END bigtable_beam_connector_dependency] -->
75
75
Original file line number Diff line number Diff line change 67
67
<dependency >
68
68
<groupId >com.google.cloud.bigtable</groupId >
69
69
<artifactId >bigtable-hbase-beam</artifactId >
70
- <version >2.9 .0</version >
70
+ <version >2.10 .0</version >
71
71
</dependency >
72
72
73
73
<dependency >
Original file line number Diff line number Diff line change 121
121
<dependency >
122
122
<groupId >com.google.cloud.bigtable</groupId >
123
123
<artifactId >bigtable-hbase-beam</artifactId >
124
- <version >2.9 .0</version >
124
+ <version >2.10 .0</version >
125
125
</dependency >
126
126
127
127
<dependency >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ version := "0.1"
22
22
// https://cloud.google.com/dataproc/docs/concepts/versioning/dataproc-release-1.4
23
23
scalaVersion := " 2.11.12"
24
24
val sparkVersion = " 2.4.8"
25
- val bigtableVersion = " 2.9 .0"
25
+ val bigtableVersion = " 2.10 .0"
26
26
val hbaseVersion = " 2.5.5-hadoop3"
27
27
28
28
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change 17
17
<dependency >
18
18
<artifactId >bigtable-hbase-beam</artifactId >
19
19
<groupId >com.google.cloud.bigtable</groupId >
20
- <version >2.9 .0</version >
20
+ <version >2.10 .0</version >
21
21
</dependency >
22
22
<dependency >
23
23
<artifactId >google-cloud-aiplatform</artifactId >
You can’t perform that action at this time.
0 commit comments