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

Commit 77961cc

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

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
68+
<dependency>
69+
<groupId>com.google.cloud</groupId>
70+
<artifactId>grpc-gcp</artifactId>
71+
<version>1.9.0</version>
72+
</dependency>
6873
<dependency>
6974
<groupId>com.google.cloud</groupId>
7075
<artifactId>google-cloud-shared-dependencies</artifactId>

samples/spring-data-jdbc/googlesql/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.cloud</groupId>
39+
<artifactId>grpc-gcp</artifactId>
40+
<version>1.9.0</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.cloud</groupId>
3944
<artifactId>libraries-bom</artifactId>

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
<scope>import</scope>
4040
<type>pom</type>
4141
</dependency>
42+
<dependency>
43+
<groupId>com.google.cloud</groupId>
44+
<artifactId>grpc-gcp</artifactId>
45+
<version>1.9.0</version>
46+
</dependency>
4247
<dependency>
4348
<groupId>com.google.cloud</groupId>
4449
<artifactId>libraries-bom</artifactId>

0 commit comments

Comments
 (0)