Skip to content

Commit

Permalink
deps: Remove unused dependency that is blocking PR 1428 (#1429)
Browse files Browse the repository at this point in the history
* Remove unused dependency that is blocking PR 1428

* Test CI with undo

* Redo

* Change from 1428
  • Loading branch information
tom-andersen authored Sep 25, 2023
1 parent 63f6317 commit 73ff8dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions google-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 73ff8dc

Please sign in to comment.