Skip to content

Commit

Permalink
Update airlift to 249
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jun 20, 2024
1 parent c8a1fbf commit bdf78ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions core/trino-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,12 @@
<groupId>io.airlift</groupId>
<artifactId>jaxrs-testing</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,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>248</dep.airlift.version>
<dep.airlift.version>249</dep.airlift.version>
<dep.alluxio.version>2.9.5</dep.alluxio.version>
<dep.antlr.version>4.13.1</dep.antlr.version>
<dep.avro.version>1.11.3</dep.avro.version>
Expand Down Expand Up @@ -2095,6 +2095,12 @@
<version>${dep.flyway.version}</version>
</dependency>

<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
<version>2.2.2</version>
</dependency>

<!-- force newer version to be used for dependencies -->
<dependency>
<groupId>org.javassist</groupId>
Expand Down
2 changes: 1 addition & 1 deletion testing/trino-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>12.0.9</version>
<version>12.0.10</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bdf78ec

Please sign in to comment.