We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6704b8 commit 19eb04bCopy full SHA for 19eb04b
2 files changed
google-cloud-spanner/pom.xml
@@ -166,7 +166,6 @@
166
<dependency>
167
<groupId>com.google.cloud</groupId>
168
<artifactId>grpc-gcp</artifactId>
169
- <version>1.8.0</version>
170
</dependency>
171
172
<groupId>io.grpc</groupId>
pom.xml
@@ -104,6 +104,12 @@
104
<version>6.104.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
105
106
107
+ <dependency>
108
+ <groupId>com.google.cloud</groupId>
109
+ <artifactId>grpc-gcp</artifactId>
110
+ <version>1.8.0</version>
111
+ </dependency>
112
+
113
114
115
<artifactId>google-cloud-shared-dependencies</artifactId>
0 commit comments