Skip to content

Commit 1271cea

Browse files
committed
Upgrade org.apache.calcite dependency to address CVE-2023-2976
Upgrade org.apache.calcite dependency to address CVE-2023-2976
1 parent 3e05940 commit 1271cea

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
@@ -15,6 +15,7 @@
1515
<properties>
1616
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
1717
<grpc.version>1.68.0</grpc.version>
18+
<dep.calcite.version>1.38.0</dep.calcite.version>
1819
</properties>
1920

2021
<dependencies>
@@ -276,7 +277,7 @@
276277
<dependency>
277278
<groupId>org.apache.calcite</groupId>
278279
<artifactId>calcite-core</artifactId>
279-
<version>1.32.0</version>
280+
<version>${dep.calcite.version}</version>
280281
<exclusions>
281282
<exclusion>
282283
<groupId>commons-logging</groupId>
@@ -386,7 +387,7 @@
386387
<dependency>
387388
<groupId>org.apache.calcite</groupId>
388389
<artifactId>calcite-babel</artifactId>
389-
<version>1.29.0</version>
390+
<version>${dep.calcite.version}</version>
390391
</dependency>
391392
<dependency>
392393
<groupId>io.perfmark</groupId>

0 commit comments

Comments
 (0)