Skip to content

Commit c5b0647

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<dep.commons.lang3.version>3.18.0</dep.commons.lang3.version>
9191
<dep.guice.version>6.0.0</dep.guice.version>
9292
<dep.arrow.version>17.0.0</dep.arrow.version>
93+
<dep.helix.version>1.4.3</dep.helix.version>
9394

9495
<!--
9596
America/Bahia_Banderas has:
@@ -1990,6 +1991,13 @@
19901991
</exclusions>
19911992
</dependency>
19921993

1994+
<!-- Add the helix-core dependency to the root pom.xml to upgrade the transitive helix-core version used by the Presto Pinot driver-->
1995+
<dependency>
1996+
<groupId>org.apache.helix</groupId>
1997+
<artifactId>helix-core</artifactId>
1998+
<version>${dep.helix.version}</version>
1999+
</dependency>
2000+
19932001
<dependency>
19942002
<groupId>org.apache.httpcomponents</groupId>
19952003
<artifactId>httpclient</artifactId>

0 commit comments

Comments
 (0)