Skip to content

Commit e10bde2

Browse files
authored
deps: update dependencies io.grpc:* to v1.56.0 (#2072)
1 parent 9b0154e commit e10bde2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,25 @@
5959

6060
<dependencyManagement>
6161
<dependencies>
62+
<dependency>
63+
<groupId>io.grpc</groupId>
64+
<artifactId>grpc-bom</artifactId>
65+
<version>1.56.0</version>
66+
<type>pom</type>
67+
<scope>import</scope>
68+
</dependency>
6269
<dependency>
6370
<groupId>com.google.cloud</groupId>
6471
<artifactId>google-cloud-shared-dependencies</artifactId>
6572
<version>${google.cloud.shared-dependencies.version}</version>
6673
<type>pom</type>
6774
<scope>import</scope>
75+
<exclusions>
76+
<exclusion>
77+
<groupId>io.grpc</groupId>
78+
<artifactId>*</artifactId>
79+
</exclusion>
80+
</exclusions>
6881
</dependency>
6982

7083
<dependency>

0 commit comments

Comments
 (0)