Skip to content

Commit d7745c3

Browse files
authored
deps: Explicitly override grpc-gcp to 1.9.0 (#7308)
Explicitly override grpc-gcp to 1.9.0. This is a temp fix because Spanner already upgraded grpc-gcp to 1.9.0.
1 parent d45dbb5 commit d7745c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>
93+
<dependency>
94+
<groupId>com.google.cloud</groupId>
95+
<artifactId>grpc-gcp</artifactId>
96+
<version>1.9.0</version>
97+
</dependency>
9398
</dependencies>
9499
</dependencyManagement>
95100

0 commit comments

Comments
 (0)