Skip to content

Commit 9759340

Browse files
authored
---
yaml --- r: 30899 b: refs/heads/autosynth-bigquerydatatransfer c: cce2138 h: refs/heads/master i: 30897: 8c87bc9 30895: b9d9e58
1 parent 2abfac0 commit 9759340

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124124
refs/heads/autosynth-automl: 22f9dd5b6f5df8dbfa7da0126864d565229519b2
125-
refs/heads/autosynth-bigquerydatatransfer: 23347a7be4c2c8bed7d465dd4f58be48eafb8cfb
125+
refs/heads/autosynth-bigquerydatatransfer: cce213877554f6a4a554249d118f1952eb8a8d23
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca

branches/autosynth-bigquerydatatransfer/google-cloud-util/google-cloud-compat-checker/pom.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-compat-checker</site.installationModule>
19+
<grpc.version>1.21.0</grpc.version>
20+
<!-- We are currently using the *-android version to support JDK7. -->
21+
<guava.version>27.1-android</guava.version>
1922
</properties>
2023
<dependencies>
2124
<dependency>
22-
<groupId>io.netty</groupId>
23-
<artifactId>netty-tcnative-boringssl-static</artifactId>
24-
<version>2.0.7.Final</version>
25+
<groupId>io.grpc</groupId>
26+
<artifactId>grpc-netty-shaded</artifactId>
27+
<version>${grpc.version}</version>
2528
</dependency>
2629
<dependency>
2730
<!-- It may look weird to have a compile dependency on a plugin,
@@ -38,13 +41,7 @@
3841
<dependency>
3942
<groupId>com.google.guava</groupId>
4043
<artifactId>guava</artifactId>
41-
<!-- We are currently using the *-android version to support JDK7. -->
42-
<version>26.0-android</version>
43-
</dependency>
44-
<dependency>
45-
<groupId>io.netty</groupId>
46-
<artifactId>netty-handler</artifactId>
47-
<version>4.1.36.Final</version>
44+
<version>${guava.version}</version>
4845
</dependency>
4946
</dependencies>
5047
<dependencyManagement>

branches/autosynth-bigquerydatatransfer/google-cloud-util/google-cloud-compat-checker/src/main/java/com/google/cloud/compatchecker/GoogleCloudCompatChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import com.google.common.collect.ImmutableSet;
1919
import com.google.common.collect.Lists;
20-
import io.netty.handler.ssl.OpenSsl;
20+
import io.grpc.netty.shaded.io.netty.handler.ssl.OpenSsl;
2121
import java.util.List;
2222
import java.util.Properties;
2323
import java.util.Set;

0 commit comments

Comments
 (0)