Skip to content

Commit 8f82c96

Browse files
author
Elliotte Rusty Harold
committed
---
yaml --- r: 27675 b: refs/heads/rpc c: b59fcd7 h: refs/heads/master i: 27673: 6254b33 27671: 00d271c
1 parent df8bb0e commit 8f82c96

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ refs/heads/autosynth-datacatalog: 676291c4f791a8034800833c1eaf2f8890f37f1a
198198
refs/heads/autosynth-translate: 25ab4522da474982ea5d988537b50b0a649623b9
199199
refs/heads/cbt-hw-region-tags: 53245fa2f7217f453cbb13ac95ed6659b99b5f27
200200
refs/heads/includeuserproj: 967cf96b6eb751ccfbce4d62a4f90f81f2ae108e
201-
refs/heads/rpc: 909b0e8ef2d87a5d75da3ebfb595868a94645aae
201+
refs/heads/rpc: b59fcd7c3022552658ed87ef5b10cc153c36e175

branches/rpc/google-api-grpc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
<dependency>
105105
<groupId>com.google.protobuf</groupId>
106106
<artifactId>protobuf-java</artifactId>
107-
<version>3.7.0</version>
107+
<version>3.7.1</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>io.grpc</groupId>
111111
<artifactId>grpc-stub</artifactId>
112-
<version>1.19.0</version>
112+
<version>1.20.0</version>
113113
<scope>compile</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>io.grpc</groupId>
117117
<artifactId>grpc-protobuf</artifactId>
118-
<version>1.19.0</version>
118+
<version>1.20.0</version>
119119
<scope>compile</scope>
120120
</dependency>
121121
<dependency>

branches/rpc/google-cloud-clients/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
<gax.version>1.44.0</gax.version>
160160
<api.common.java.version>1.7.0</api.common.java.version>
161161
<google.auth.version>0.15.0</google.auth.version>
162-
<grpc.version>1.19.0</grpc.version>
162+
<grpc.version>1.20.0</grpc.version>
163163
<!-- We are currently using the *-android version to support JDK7. -->
164164
<guava.version>27.1-android</guava.version>
165165
<http-client-bom.version>1.29.0</http-client-bom.version>
166166
<oauth-client.version>1.28.0</oauth-client.version>
167-
<protobuf.version>3.7.0</protobuf.version>
167+
<protobuf.version>3.7.1</protobuf.version>
168168
<!-- make sure to keep opencensus version in sync with grpc -->
169169
<opencensus.version>0.19.2</opencensus.version>
170170
<!-- test dependency versions -->

0 commit comments

Comments
 (0)