We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6f5fe commit 0a748d9Copy full SHA for 0a748d9
1 file changed
java-spanner/google-cloud-spanner/pom.xml
@@ -191,7 +191,6 @@
191
<dependency>
192
<groupId>com.google.cloud</groupId>
193
<artifactId>grpc-gcp</artifactId>
194
- <version>1.9.0</version>
195
<exclusions>
196
<exclusion>
197
<groupId>io.opentelemetry</groupId>
@@ -214,6 +213,7 @@
214
213
215
<groupId>io.grpc</groupId>
216
<artifactId>grpc-core</artifactId>
+ <version>1.78.0</version>
217
</dependency>
218
219
0 commit comments