Skip to content

Commit 60855f2

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

presto-pinot-toolkit/pom.xml

Lines changed: 5 additions & 1 deletion
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>
@@ -330,6 +331,7 @@
330331
<dependency>
331332
<groupId>io.grpc</groupId>
332333
<artifactId>grpc-api</artifactId>
334+
<version>${grpc.version}</version>
333335
<exclusions>
334336
<exclusion>
335337
<groupId>com.google.guava</groupId>
@@ -372,11 +374,13 @@
372374
<dependency>
373375
<groupId>io.grpc</groupId>
374376
<artifactId>grpc-stub</artifactId>
377+
<version>${grpc.version}</version>
375378
</dependency>
376379

377380
<dependency>
378381
<groupId>io.grpc</groupId>
379382
<artifactId>grpc-netty-shaded</artifactId>
383+
<version>${grpc.version}</version>
380384
</dependency>
381385
<dependency>
382386
<groupId>org.apache.calcite</groupId>

0 commit comments

Comments
 (0)