Skip to content

Commit 24ff6b1

Browse files
tom-andersencherylEnkidu
authored andcommitted
deps: Remove unused dependency that is blocking PR 1428 (#1429)
* Remove unused dependency that is blocking PR 1428 * Test CI with undo * Redo * Change from 1428
1 parent e9410bc commit 24ff6b1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

google-cloud-firestore/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@
5555
<groupId>io.grpc</groupId>
5656
<artifactId>grpc-protobuf</artifactId>
5757
</dependency>
58-
<dependency>
59-
<groupId>io.grpc</groupId>
60-
<artifactId>grpc-context</artifactId>
61-
</dependency>
6258
<dependency>
6359
<groupId>com.google.protobuf</groupId>
6460
<artifactId>protobuf-java</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<dependency>
182182
<groupId>com.google.cloud</groupId>
183183
<artifactId>google-cloud-shared-dependencies</artifactId>
184-
<version>3.15.0</version>
184+
<version>3.16.0</version>
185185
<type>pom</type>
186186
<scope>import</scope>
187187
</dependency>

0 commit comments

Comments
 (0)