Skip to content

Commit 776edc3

Browse files
authored
---
yaml --- r: 35457 b: refs/heads/pubsub-ordering-keys c: cce2138 h: refs/heads/master i: 35455: f201fec
1 parent 11f8da6 commit 776edc3

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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 23347a7be4c2c8bed7d465dd4f58be48eafb8cfb
158+
refs/heads/pubsub-ordering-keys: cce213877554f6a4a554249d118f1952eb8a8d23
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/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/pubsub-ordering-keys/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)