Skip to content

Commit 89dc5de

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presto-pinot-toolkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<dependency>
277277
<groupId>org.apache.calcite</groupId>
278278
<artifactId>calcite-core</artifactId>
279-
<version>1.32.0</version>
279+
<version>1.38.0</version>
280280
<exclusions>
281281
<exclusion>
282282
<groupId>commons-logging</groupId>
@@ -386,7 +386,7 @@
386386
<dependency>
387387
<groupId>org.apache.calcite</groupId>
388388
<artifactId>calcite-babel</artifactId>
389-
<version>1.29.0</version>
389+
<version>1.38.0</version>
390390
</dependency>
391391
<dependency>
392392
<groupId>io.perfmark</groupId>

0 commit comments

Comments
 (0)