Skip to content

Commit

Permalink
fix: update netty and GRPC version (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooknj committed Jul 8, 2024
1 parent ac3166d commit 3022821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.21.8</protobuf.version>
<grpc.version>1.59.0</grpc.version>
<netty.version>4.1.108.Final</netty.version> <!-- match version grpc-netty depends on -->
<grpc.version>1.65.0</grpc.version>
<netty.version>4.1.111.Final</netty.version> <!-- match version grpc-netty depends on -->
<akka.version>2.8.5</akka.version>
<slf4j.version>2.0.7</slf4j.version>
</properties>
Expand Down

0 comments on commit 3022821

Please sign in to comment.