Need to update bigtable-version properties in POM file, as it is still using the old version of Bigtable https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/main/quickstart/pom.xml ********** <properties> <bigtable.version>1.4.0</bigtable.version> <hbase.version>1.4.3</hbase.version> <!-- Be sure to update thirdparty when you change this --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>