Skip to content

Commit 92c2f51

Browse files
---
yaml --- r: 17145 b: refs/heads/autosynth-spanner c: 209fc2a h: refs/heads/master i: 17143: c9b83c8
1 parent 5f75ec6 commit 92c2f51

4 files changed

Lines changed: 7 additions & 12 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
140140
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
141141
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143-
refs/heads/autosynth-spanner: ea68410f175b64ab06ff8bd1371935d12e3ce3e9
143+
refs/heads/autosynth-spanner: 209fc2a6bf942ee064851558ea4f3c495d34dcc1
144144
refs/heads/autosynth-speech: 878243784f42771467d7cf52bd59e4a6a7950ee9
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: 0e26ec9b0ed5bbedc038dea32bbb44bae0883668

branches/autosynth-spanner/google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>com.google.api</groupId>
170170
<artifactId>gax-bom</artifactId>
171-
<version>1.35.1</version>
171+
<version>1.37.0</version>
172172
<type>pom</type>
173173
<scope>import</scope>
174174
</dependency>

branches/autosynth-spanner/google-cloud-clients/google-cloud-spanner/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,6 @@
116116
<dependency>
117117
<groupId>io.grpc</groupId>
118118
<artifactId>grpc-netty-shaded</artifactId>
119-
<exclusions>
120-
<exclusion>
121-
<groupId>io.opencensus</groupId>
122-
<artifactId>opencensus-api</artifactId>
123-
</exclusion>
124-
</exclusions>
125119
</dependency>
126120
<dependency>
127121
<groupId>io.grpc</groupId>

branches/autosynth-spanner/google-cloud-clients/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,17 @@
154154
<site.installationModule>google-cloud-clients</site.installationModule>
155155
<bom.version>0.77.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
156156
<api-client.version>1.27.0</api-client.version>
157-
<gax.version>1.35.1</gax.version>
157+
<!-- make sure to keep gax version in sync with google-cloud-bom -->
158+
<gax.version>1.37.0</gax.version>
158159
<api.common.java.version>1.7.0</api.common.java.version>
159160
<google.auth.version>0.12.0</google.auth.version>
160-
<grpc.version>1.16.1</grpc.version>
161-
<nettyssl.version>2.0.7.Final</nettyssl.version>
161+
<grpc.version>1.17.1</grpc.version>
162162
<guava.version>26.0-android</guava.version>
163163
<http-client.version>1.27.0</http-client.version>
164164
<oauth-client.version>1.27.0</oauth-client.version>
165165
<protobuf.version>3.6.1</protobuf.version>
166-
<opencensus.version>0.15.0</opencensus.version>
166+
<!-- make sure to keep opencensus version in sync with grpc -->
167+
<opencensus.version>0.17.0</opencensus.version>
167168
<!-- test dependency versions -->
168169
<easymock.version>3.4</easymock.version>
169170
<objenesis.version>2.6</objenesis.version>

0 commit comments

Comments
 (0)