diff --git a/README.md b/README.md
index 61404dff4a..05dc025e87 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.1'
+implementation 'com.google.cloud:google-cloud-bigtable:2.10.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.10.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.10.2"
```
## Authentication
diff --git a/google-cloud-bigtable/pom.xml b/google-cloud-bigtable/pom.xml
index f222b0a3c1..b9b0cb4275 100644
--- a/google-cloud-bigtable/pom.xml
+++ b/google-cloud-bigtable/pom.xml
@@ -122,6 +122,16 @@
com.google.guava
guava
+
+ com.google.http-client
+ google-http-client
+ runtime
+
+
+ com.google.http-client
+ google-http-client-gson
+ runtime
+
com.google.protobuf
protobuf-java
@@ -262,16 +272,6 @@
opencensus-impl
test
-
- com.google.http-client
- google-http-client
- test
-
-
- com.google.http-client
- google-http-client-gson
- test
-
junit
junit