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

Commit 7de2507

Browse files
authored
deps: update dependency com.google.cloud:grpc-gcp to v1.9.1 (#2348)
1 parent 661566d commit 7de2507

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.cloud</groupId>
7070
<artifactId>grpc-gcp</artifactId>
71-
<version>1.9.0</version>
71+
<version>1.9.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.cloud</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.0</version>
40+
<version>1.9.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>grpc-gcp</artifactId>
40-
<version>1.9.0</version>
40+
<version>1.9.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>grpc-gcp</artifactId>
45-
<version>1.9.0</version>
45+
<version>1.9.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)