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

Commit c4abe37

Browse files
authored
chore: remove explicit grpc-gcp version pinning (#2356)
1 parent b278e20 commit c4abe37

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>grpc-gcp</artifactId>
71-
<version>1.9.1</version>
7271
</dependency>
7372
<dependency>
7473
<groupId>com.google.cloud</groupId>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.1</version>
4140
</dependency>
4241
<dependency>
4342
<groupId>com.google.cloud</groupId>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.1</version>
4140
</dependency>
4241
<dependency>
4342
<groupId>com.google.cloud</groupId>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>grpc-gcp</artifactId>
45-
<version>1.9.1</version>
4645
</dependency>
4746
<dependency>
4847
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)