We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57b5aa commit f057193Copy full SHA for f057193
1 file changed
appengine-java8/bigtable/build.gradle
@@ -47,7 +47,7 @@ repositories {
47
dependencies {
48
compile group: 'com.google.cloud.bigtable', name: 'bigtable-hbase-1.2', version:'1.0.0-pre3'
49
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.5.5'
50
- compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.61.Final'
+ compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.62.Final'
51
compile group: 'jstl', name: 'jstl', version:'1.2'
52
53
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
0 commit comments