Skip to content

Commit 4efb71c

Browse files
Upgrade helix-core to 1.4.3 to address CVE-2023-38647
1 parent f5f0bb7 commit 4efb71c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

presto-pinot-toolkit/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<artifactId>javax.annotation-api</artifactId>
2727
<version>1.3.2</version>
2828
</dependency>
29+
30+
<dependency>
31+
<groupId>org.apache.helix</groupId>
32+
<artifactId>helix-core</artifactId>
33+
<version>1.4.3</version>
34+
</dependency>
2935
</dependencies>
3036
</dependencyManagement>
3137

presto-pinot/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
<artifactId>javax.annotation-api</artifactId>
2626
<version>1.3.2</version>
2727
</dependency>
28+
29+
<dependency>
30+
<groupId>org.apache.helix</groupId>
31+
<artifactId>helix-core</artifactId>
32+
<version>1.4.3</version>
33+
</dependency>
2834
</dependencies>
2935
</dependencyManagement>
3036

0 commit comments

Comments
 (0)