HBASE-23718 [hbase-thirdparty] Update libs; pb from 3.9 to 3.11, etc. (#10); AMENDMENT #2

Keep gson at 2.8.5 as 2.8.6 targets jdk9 (and we want gson to work w/
branch-1/jdk1.7); add excluding transitory include by pb-util in misc.
diff --git a/hbase-shaded-miscellaneous/pom.xml b/hbase-shaded-miscellaneous/pom.xml
index 3a43a9d..75d28fe 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -165,6 +165,10 @@
           <groupId>com.google.protobuf</groupId>
           <artifactId>protobuf-java</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>com.google.code.gson</groupId>
+          <artifactId>gson</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>