Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e2e5cb8

Browse files
committed
deps: explicitly define grpc-gcp version
1 parent 8967495 commit e2e5cb8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
<groupId>com.google.cloud</groupId>
111111
<artifactId>google-cloud-spanner</artifactId>
112112
</dependency>
113+
<dependency>
114+
<groupId>com.google.cloud</groupId>
115+
<artifactId>grpc-gcp</artifactId>
116+
<version>1.9.0</version>
117+
</dependency>
113118
<!-- TODO: Remove grpc-alts from here once it has been removed as a runtime dependency from java-spanner -->
114119
<dependency>
115120
<groupId>io.grpc</groupId>

0 commit comments

Comments
 (0)