From 63f08e1ecdd084d77759bc91f6dc271e59dced93 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2019 04:07:03 +0200 Subject: [PATCH 1/2] Update hbase to 0.99.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50d324310..45d3c7934 100644 --- a/build.sbt +++ b/build.sbt @@ -342,7 +342,7 @@ lazy val bijectionHbase = { module("hbase").settings( osgiExportAll("com.twitter.bijection.hbase"), libraryDependencies ++= Seq( - "org.apache.hbase" % "hbase" % "0.94.27" % "provided->default" exclude ("org.jruby", "jruby-complete"), + "org.apache.hbase" % "hbase" % "0.99.2" % "provided->default" exclude ("org.jruby", "jruby-complete"), "org.apache.hadoop" % "hadoop-core" % "1.2.1" % "provided->default" ) ).dependsOn( From 594edb578318721762aa043a96229e2084cdd038 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Oct 2019 03:38:56 +0200 Subject: [PATCH 2/2] Update hbase to 0.99.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 606cf18c5..2074ca611 100644 --- a/build.sbt +++ b/build.sbt @@ -373,7 +373,7 @@ lazy val bijectionHbase = { .settings( osgiExportAll("com.twitter.bijection.hbase"), libraryDependencies ++= Seq( - "org.apache.hbase" % "hbase" % "0.94.27" % "provided->default" exclude ("org.jruby", "jruby-complete"), + "org.apache.hbase" % "hbase" % "0.99.2" % "provided->default" exclude ("org.jruby", "jruby-complete"), "org.apache.hadoop" % "hadoop-core" % "1.2.1" % "provided->default" ) )