Skip to content

Commit

Permalink
fix: upgrade netty to mitigate Vulnerability issue (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <yangkr920208@gmail.com>
  • Loading branch information
KeranYang authored Oct 18, 2023
1 parent 77b9a5b commit ef32246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.21.8</protobuf.version>
<grpc.version>1.50.2</grpc.version>
<netty.version>4.1.90.Final</netty.version> <!-- match version grpc-netty depends on -->
<netty.version>4.1.100.Final</netty.version> <!-- match version grpc-netty depends on -->
<akka.version>2.7.0</akka.version>
<slf4j.version>2.0.7</slf4j.version>
</properties>
Expand Down

0 comments on commit ef32246

Please sign in to comment.