Skip to content

Commit c8273b8

Browse files
authored
chore(deps): update hbaseversion for org.apache.hbase to v2.4.4 (GoogleCloudPlatform#5433)
1 parent f417b61 commit c8273b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable/spark/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version := "0.1"
2323
scalaVersion := "2.11.12"
2424
val sparkVersion = "2.4.8"
2525
val bigtableVersion = "1.20.1"
26-
val hbaseVersion = "2.4.3"
26+
val hbaseVersion = "2.4.4"
2727

2828
libraryDependencies ++= Seq(
2929
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,

0 commit comments

Comments
 (0)