Skip to content

Commit 8cc88eb

Browse files
committed
chore: fix vulnerabilities
1 parent 2ca7549 commit 8cc88eb

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

pinot-distribution/pinot-assembly.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@
6060
</source>
6161
<destName>plugins/pinot-stream-ingestion/pinot-kinesis/pinot-kinesis-${project.version}-shaded.jar</destName>
6262
</file>
63+
<!--
6364
<file>
6465
<source>${pinot.root}/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/target/pinot-pulsar-${project.version}-shaded.jar</source>
6566
<destName>plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-${project.version}-shaded.jar</destName>
6667
</file>
68+
-->
6769
<!-- End Include Pinot Stream Ingestion Plugins-->
6870
<!-- Start Include Pinot Batch Ingestion Plugins-->
6971
<file>

pinot-plugins/pinot-file-system/pinot-hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.hadoop.thirdparty</groupId>
52-
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
52+
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>
5353
</dependency>
5454
</dependencies>
5555

pinot-plugins/pinot-input-format/pinot-orc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>org.apache.hadoop.thirdparty</groupId>
69-
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
69+
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.hive</groupId>

pinot-plugins/pinot-input-format/pinot-parquet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.hadoop.thirdparty</groupId>
66-
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
66+
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>
6767
</dependency>
6868

6969
<!-- Used for Parquet Writer in tests -->

pinot-plugins/pinot-stream-ingestion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<module>pinot-kafka-2.0</module>
4141
<module>pinot-kafka-3.0</module>
4242
<module>pinot-kinesis</module>
43-
<module>pinot-pulsar</module>
43+
<!-- <module>pinot-pulsar</module> -->
4444
</modules>
4545

4646
</project>

pinot-tools/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,13 @@
104104
<artifactId>pinot-kinesis</artifactId>
105105
<scope>runtime</scope>
106106
</dependency>
107+
<!--
107108
<dependency>
108109
<groupId>org.apache.pinot</groupId>
109110
<artifactId>pinot-pulsar</artifactId>
110111
<scope>runtime</scope>
111112
</dependency>
113+
-->
112114
<dependency>
113115
<groupId>org.apache.pinot</groupId>
114116
<artifactId>pinot-batch-ingestion-standalone</artifactId>

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,11 +560,13 @@
560560
<artifactId>pinot-kinesis</artifactId>
561561
<version>${project.version}</version>
562562
</dependency>
563+
<!--
563564
<dependency>
564565
<groupId>org.apache.pinot</groupId>
565566
<artifactId>pinot-pulsar</artifactId>
566567
<version>${project.version}</version>
567568
</dependency>
569+
-->
568570
<!-- Input Format -->
569571
<dependency>
570572
<groupId>org.apache.pinot</groupId>
@@ -1371,8 +1373,8 @@
13711373
</dependency>
13721374
<dependency>
13731375
<groupId>org.apache.hadoop.thirdparty</groupId>
1374-
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
1375-
<version>1.2.0</version>
1376+
<artifactId>hadoop-shaded-protobuf_3_25</artifactId>
1377+
<version>1.4.0</version>
13761378
</dependency>
13771379

13781380
<!-- Metrics -->

0 commit comments

Comments
 (0)