We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd5515 commit 3ad16deCopy full SHA for 3ad16de
2 files changed
appengine-java8/bigtable/pom.xml
@@ -47,7 +47,7 @@ limitations under the License.
47
<groupId>com.google.cloud.bigtable</groupId>
48
<!-- Use the hadoop client instead of 1.x due to file size. -->
49
<artifactId>bigtable-hbase-1.x-hadoop</artifactId>
50
- <version>2.11.2</version>
+ <version>2.11.3</version>
51
</dependency>
52
53
<!-- Compile/runtime dependencies -->
bigtable/hbase/snippets/pom.xml
@@ -62,7 +62,7 @@
62
<dependency>
63
64
<artifactId>bigtable-hbase-1.x</artifactId>
65
66
67
68
<!-- test dependencies-->
0 commit comments