Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Feb 6, 2025
1 parent 657c7e8 commit 0114c6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
19 changes: 4 additions & 15 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>212</version>
<version>215</version>
</parent>

<groupId>pl.net.was</groupId>
Expand Down Expand Up @@ -50,8 +50,8 @@
<air.check.skip-checkstyle>false</air.check.skip-checkstyle>
<air.build.jvmsize>4g</air.build.jvmsize>

<dep.trino.version>469</dep.trino.version>
<dep.airlift.version>297</dep.airlift.version>
<dep.trino.version>470</dep.trino.version>
<dep.airlift.version>302</dep.airlift.version>
<dep.slice.version>2.3</dep.slice.version>
<!-- temporary: required to be in sync with version pulled by libraries-bom -->
<dep.opentelemetry.version>1.46.0</dep.opentelemetry.version>
Expand All @@ -61,7 +61,7 @@
<dep.guice.version>7.0.0</dep.guice.version>
<dep.errorprone.version>2.36.0</dep.errorprone.version>
<dep.jackson.version>2.18.2</dep.jackson.version>
<dep.joda.version>2.13.0</dep.joda.version>
<dep.joda.version>2.13.1</dep.joda.version>
<dep.junit.version>5.11.4</dep.junit.version>
<dep.slf4j.version>2.0.16</dep.slf4j.version>
<dep.assertj-core.version>3.27.3</dep.assertj-core.version>
Expand Down Expand Up @@ -96,17 +96,6 @@
<artifactId>units</artifactId>
<version>1.10</version>
</dependency>
<!-- temporary to settle a version between airbase and airlift -->
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api-incubator</artifactId>
<version>${dep.opentelemetry.version}-alpha</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv</artifactId>
<version>${dep.opentelemetry-semconv-incubating.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion trino-cloud-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.30.7</version>
<version>2.30.14</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 0114c6a

Please sign in to comment.