Skip to content

Commit

Permalink
Update trino to 446
Browse files Browse the repository at this point in the history
This is the last version compiled with JDK 21
  • Loading branch information
wendigo committed Aug 30, 2024
1 parent 9e5adbd commit 2050251
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<dep.mockito.version>5.13.0</dep.mockito.version>
<dep.okhttp3.version>4.12.0</dep.okhttp3.version>
<dep.mysqlconnector.version>8.3.0</dep.mysqlconnector.version>
<dep.trino.version>446</dep.trino.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -191,7 +192,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-parser</artifactId>
<version>440</version>
<version>${dep.trino.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -292,7 +293,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-jdbc</artifactId>
<version>449</version>
<version>${dep.trino.version}</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -335,7 +336,7 @@
<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-client</artifactId>
<version>444</version>
<version>${dep.trino.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 2050251

Please sign in to comment.