Skip to content

Commit

Permalink
[pinpoint-apm#11235] Bump grpc from 1.62.2 to 1.64.1 due to compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
donghun-cho authored and emeroad committed Jul 11, 2024
1 parent 4953ce1 commit f86114b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
<netty3.version>3.10.6.Final</netty3.version>
<netty4.version>4.1.111.Final</netty4.version>

<grpc.version>1.62.2</grpc.version>
<grpc.version>1.64.1</grpc.version>
<grpc-bom.version>1.64.1</grpc-bom.version>
<protobuf-java.version>3.25.1</protobuf-java.version>
<protoc.version>${protobuf-java.version}</protoc.version>

Expand Down Expand Up @@ -1158,7 +1159,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-bom</artifactId>
<version>1.62.2</version>
<version>${grpc-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit f86114b

Please sign in to comment.