Skip to content

Commit 38be808

Browse files
authored
chore: upgrade protobuf-java version to fix CVE-2024-7254 (#162)
Signed-off-by: Keran Yang <[email protected]>
1 parent a2c51c2 commit 38be808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
<protobuf.version>3.21.8</protobuf.version>
25+
<protobuf.version>4.28.2</protobuf.version>
2626
<grpc.version>1.65.0</grpc.version>
2727
<netty.version>4.1.111.Final</netty.version> <!-- match version grpc-netty depends on -->
2828
<akka.version>2.8.5</akka.version>

0 commit comments

Comments
 (0)