Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix(deps): update dependency io.grpc:grpc-bom to v1.47.0 #1704

Merged
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.45.1</version>
<version>1.47.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down