Skip to content

Commit 3abfae2

Browse files
committed
Upgrade org.apache.calcite dependency to address CVE-2023-2976
1 parent 7dc32b4 commit 3abfae2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

presto-pinot-toolkit/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<properties>
1616
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
17+
<dep.calcite.version>1.38.0</dep.calcite.version>
1718
</properties>
1819

1920
<dependencies>
@@ -275,7 +276,7 @@
275276
<dependency>
276277
<groupId>org.apache.calcite</groupId>
277278
<artifactId>calcite-core</artifactId>
278-
<version>1.32.0</version>
279+
<version>${dep.calcite.version}</version>
279280
<exclusions>
280281
<exclusion>
281282
<groupId>commons-logging</groupId>
@@ -381,7 +382,7 @@
381382
<dependency>
382383
<groupId>org.apache.calcite</groupId>
383384
<artifactId>calcite-babel</artifactId>
384-
<version>1.29.0</version>
385+
<version>${dep.calcite.version}</version>
385386
</dependency>
386387
<dependency>
387388
<groupId>io.perfmark</groupId>

0 commit comments

Comments
 (0)