Skip to content

Commit

Permalink
chore: upgrade protobuf-java version to fix CVE-2024-7254 (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang authored Jan 22, 2025
1 parent a2c51c2 commit 38be808
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 @@ -22,7 +22,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>3.21.8</protobuf.version>
<protobuf.version>4.28.2</protobuf.version>
<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>
Expand Down

0 comments on commit 38be808

Please sign in to comment.