diff --git a/README.md b/README.md
index 6348e79d25..8680353195 100644
--- a/README.md
+++ b/README.md
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigtable:2.10.0'
+implementation 'com.google.cloud:google-cloud-bigtable:2.10.1'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.10.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.10.1"
```
## Authentication
diff --git a/google-cloud-bigtable-stats/pom.xml b/google-cloud-bigtable-stats/pom.xml
index c7c4a58748..41e6c89237 100644
--- a/google-cloud-bigtable-stats/pom.xml
+++ b/google-cloud-bigtable-stats/pom.xml
@@ -32,6 +32,17 @@
com.google.api
gax
+
+
+
+ com.google.http-client
+ google-http-client
+
+
+ com.google.http-client
+ google-http-client-gson
+
+
com.google.api
diff --git a/google-cloud-bigtable/pom.xml b/google-cloud-bigtable/pom.xml
index 52de0112a6..de2ab8870e 100644
--- a/google-cloud-bigtable/pom.xml
+++ b/google-cloud-bigtable/pom.xml
@@ -122,14 +122,6 @@
com.google.guava
guava
-
- com.google.http-client
- google-http-client
-
-
- com.google.http-client
- google-http-client-gson
-
com.google.protobuf
protobuf-java
@@ -270,6 +262,16 @@
opencensus-impl
test
+
+ com.google.http-client
+ google-http-client
+ test
+
+
+ com.google.http-client
+ google-http-client-gson
+ test
+
junit
junit
diff --git a/pom.xml b/pom.xml
index 29f91318a4..bdff73ae89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.1
+ 1.5.3