Skip to content

Commit

Permalink
Bump coral to 2.2.49
Browse files Browse the repository at this point in the history
Overview of the past releases is available at
https://github.com/linkedin/coral/releases
  • Loading branch information
findinpath authored and electrum committed Oct 31, 2024
1 parent 7585d23 commit 05089f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.trino.coral</groupId>
<artifactId>coral</artifactId>
<version>2.2.14-3-SNAPSHOT</version>
<version>2.2.49-1-SNAPSHOT</version>

<description>Shaded version of Coral for Trino</description>
<url>https://github.com/trinodb/trino-coral</url>
Expand Down Expand Up @@ -41,7 +41,7 @@
<project.build.targetJdk>17</project.build.targetJdk>
<shadeCalcite>com.linkedin.coral.calcite.\$internal</shadeCalcite>
<shadeCoral>com.linkedin.coral.\$internal</shadeCoral>
<dep.coral.version>2.2.14</dep.coral.version>
<dep.coral.version>2.2.49</dep.coral.version>
<dep.hive.version>3.1.3</dep.hive.version>
</properties>

Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.linkedin.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.21.0.259</version>
<version>1.21.0.262</version>
<classifier>shaded</classifier>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 05089f0

Please sign in to comment.