Skip to content

Commit 0425c7f

Browse files
authored
---
yaml --- r: 8989 b: refs/heads/lesv-patch-1 c: e4fdfad h: refs/heads/master i: 8987: 87304dd
1 parent fa0f4e6 commit 0425c7f

25 files changed

Lines changed: 49 additions & 143 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: 1f2f3b60a17441eea5b0914ba0fc25dc4e0c929d
69+
refs/heads/lesv-patch-1: e4fdfad64ab3bd590ad6b5ceef6db00273b5ec4e
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/google-cloud-bigquerydatatransfer/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<artifact.version>${project.version}</artifact.version>
2020
</properties>
2121
<dependencies>
22-
<dependency>
23-
<groupId>io.netty</groupId>
24-
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
</dependency>
2622
<dependency>
2723
<groupId>${project.groupId}</groupId>
2824
<artifactId>google-cloud-core</artifactId>
@@ -41,7 +37,7 @@
4137
</dependency>
4238
<dependency>
4339
<groupId>io.grpc</groupId>
44-
<artifactId>grpc-netty</artifactId>
40+
<artifactId>grpc-netty-shaded</artifactId>
4541
</dependency>
4642
<dependency>
4743
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-bigtable/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-bigtable</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -50,7 +46,7 @@
5046
</dependency>
5147
<dependency>
5248
<groupId>io.grpc</groupId>
53-
<artifactId>grpc-netty</artifactId>
49+
<artifactId>grpc-netty-shaded</artifactId>
5450
</dependency>
5551
<dependency>
5652
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-bom/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
<api-client.version>1.23.0</api-client.version>
128128

129129
<api-common.version>1.2.0</api-common.version>
130-
<gax.version>1.17.0</gax.version>
131-
<gax-grpc.version>1.17.0</gax-grpc.version>
132-
<gax-httpjson.version>0.34.0</gax-httpjson.version>
130+
<gax.version>1.18.0</gax.version>
131+
<gax-grpc.version>1.18.0</gax-grpc.version>
132+
<gax-httpjson.version>0.35.0</gax-httpjson.version>
133133
<generated-proto-beta.version>0.1.29</generated-proto-beta.version>
134134
<generated-proto-ga.version>1.0.5</generated-proto-ga.version>
135135
<google.auth.version>0.9.0</google.auth.version>
@@ -897,6 +897,11 @@
897897
<artifactId>grpc-netty</artifactId>
898898
<version>${grpc.version}</version>
899899
</dependency>
900+
<dependency>
901+
<groupId>io.grpc</groupId>
902+
<artifactId>grpc-netty-shaded</artifactId>
903+
<version>${grpc.version}</version>
904+
</dependency>
900905
<dependency>
901906
<groupId>io.grpc</groupId>
902907
<artifactId>grpc-stub</artifactId>

branches/lesv-patch-1/google-cloud-container/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
<artifact.version>${project.version}</artifact.version>
2020
</properties>
2121
<dependencies>
22-
<dependency>
23-
<groupId>io.netty</groupId>
24-
<artifactId>netty-tcnative-boringssl-static</artifactId>
25-
</dependency>
2622
<dependency>
2723
<groupId>${project.groupId}</groupId>
2824
<artifactId>google-cloud-core</artifactId>
@@ -41,7 +37,7 @@
4137
</dependency>
4238
<dependency>
4339
<groupId>io.grpc</groupId>
44-
<artifactId>grpc-netty</artifactId>
40+
<artifactId>grpc-netty-shaded</artifactId>
4541
</dependency>
4642
<dependency>
4743
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-core-grpc/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-core-grpc</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>com.google.auth</groupId>
2723
<artifactId>google-auth-library-credentials</artifactId>
@@ -67,7 +63,7 @@
6763
</dependency>
6864
<dependency>
6965
<groupId>io.grpc</groupId>
70-
<artifactId>grpc-netty</artifactId>
66+
<artifactId>grpc-netty-shaded</artifactId>
7167
</dependency>
7268
<dependency>
7369
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-dataproc/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dataproc</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -40,7 +36,7 @@
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>
43-
<artifactId>grpc-netty</artifactId>
39+
<artifactId>grpc-netty-shaded</artifactId>
4440
</dependency>
4541
<dependency>
4642
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-dialogflow/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dialogflow-v2beta1</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-dlp/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dlp-v2beta1</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

branches/lesv-patch-1/google-cloud-errorreporting/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-errorreporting</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core</artifactId>
@@ -36,7 +32,7 @@
3632
</dependency>
3733
<dependency>
3834
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty</artifactId>
35+
<artifactId>grpc-netty-shaded</artifactId>
4036
</dependency>
4137
<dependency>
4238
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)