Skip to content

Commit

Permalink
fix protobuf vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka committed Sep 23, 2024
1 parent 276d704 commit 8d7995e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pinot-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-csv</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-orc</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-parquet</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-kafka-base</artifactId>
Expand All @@ -92,6 +100,10 @@
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-kafka-2.0</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-hdfs</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-kinesis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<httpcore5.version>5.2.4</httpcore5.version>

<!-- Google Libraries -->
<protobuf.version>3.25.3</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<grpc.version>1.65.0</grpc.version>
<google.cloud.libraries.version>26.42.0</google.cloud.libraries.version>
<google.auto-service.version>1.1.1</google.auto-service.version>
Expand Down

0 comments on commit 8d7995e

Please sign in to comment.