Skip to content

Commit 3b1d89b

Browse files
authored
chore(deps): update dependency io.netty:netty-tcnative-boringssl-static to v2.0.43.final (GoogleCloudPlatform#5984)
1 parent 5050b29 commit 3b1d89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine-java8/bigtable/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
dependencies {
4848
compile group: 'com.google.cloud.bigtable', name: 'bigtable-hbase-1.2', version:'1.0.0-pre3'
4949
compile group: 'org.apache.hbase', name: 'hbase-client', version:'2.4.5'
50-
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.42.Final'
50+
compile group: 'io.netty', name: 'netty-tcnative-boringssl-static', version:'2.0.43.Final'
5151
compile group: 'jstl', name: 'jstl', version:'1.2'
5252

5353
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'

container-registry/container-analysis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>io.netty</groupId>
7979
<artifactId>netty-tcnative-boringssl-static</artifactId>
80-
<version>2.0.42.Final</version>
80+
<version>2.0.43.Final</version>
8181
</dependency>
8282
<!-- [END dependencies] -->
8383
<dependency>

0 commit comments

Comments
 (0)