Skip to content

Commit

Permalink
Update airbase to 184 and airlift to 272
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Oct 1, 2024
1 parent 61864c0 commit 501ccd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>182</version>
<version>184</version>
</parent>

<groupId>io.trino</groupId>
Expand Down Expand Up @@ -184,7 +184,7 @@
<!-- keep dependency properties sorted -->
<dep.accumulo-hadoop.version>2.7.7-1</dep.accumulo-hadoop.version>
<dep.accumulo.version>3.0.0</dep.accumulo.version>
<dep.airlift.version>271</dep.airlift.version>
<dep.airlift.version>272</dep.airlift.version>
<dep.alluxio.version>2.9.6</dep.alluxio.version>
<dep.antlr.version>4.13.2</dep.antlr.version>
<dep.avro.version>1.12.0</dep.avro.version>
Expand All @@ -193,6 +193,8 @@
<dep.confluent.version>7.5.1</dep.confluent.version>
<dep.docker.images.version>100</dep.docker.images.version>
<dep.drift.version>1.22</dep.drift.version>
<!-- temporary downgrade due to https://github.com/google/error-prone/issues/4598 -->
<dep.errorprone.version>2.32.0</dep.errorprone.version>
<dep.flyway.version>10.18.2</dep.flyway.version>
<dep.frontend-maven-plugin.version>1.15.1</dep.frontend-maven-plugin.version>
<dep.frontend-node.version>v20.17.0</dep.frontend-node.version>
Expand Down
1 change: 0 additions & 1 deletion testing/trino-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>12.0.13</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 501ccd4

Please sign in to comment.