Skip to content

Commit

Permalink
chore: remove manual grpc version management (#2149)
Browse files Browse the repository at this point in the history
Now that shared-dependencies is tracking grpc 1.56.1 we no longer need to override it ourselves.
  • Loading branch information
BenWhitehead authored Jul 28, 2023
1 parent b61a976 commit 0b52f90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.56.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
Expand Down

0 comments on commit 0b52f90

Please sign in to comment.