Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jun 20, 2024
1 parent 993c0ce commit af862bb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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>156</version>
<version>157</version>
</parent>

<groupId>org.ebyhr</groupId>
Expand Down Expand Up @@ -46,13 +46,13 @@
<air.check.skip-checkstyle>false</air.check.skip-checkstyle>
<air.build.jvmsize>4g</air.build.jvmsize>

<dep.trino.version>449</dep.trino.version>
<dep.trino.version>450</dep.trino.version>
<dep.airlift.version>248</dep.airlift.version>
<dep.slice.version>2.2</dep.slice.version>
<dep.opentelemetry.version>1.38.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.4.0</dep.opentelemetry-instrumentation.version>
<dep.opentelemetry.version>1.39.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.5.0</dep.opentelemetry-instrumentation.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.aws-sdk.version>1.12.734</dep.aws-sdk.version>
<dep.aws-sdk.version>1.12.747</dep.aws-sdk.version>
<dep.guava.version>33.2.1-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.errorprone.version>2.28.0</dep.errorprone.version>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.43.0</version>
<version>3.44.0</version>
</dependency>
<dependency>
<groupId>org.openjdk.jol</groupId>
Expand Down Expand Up @@ -437,7 +437,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
Expand Down Expand Up @@ -480,7 +480,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<tagNameFormat>v@{project.version}</tagNameFormat>
Expand All @@ -498,7 +498,7 @@
<plugin>
<groupId>io.trino</groupId>
<artifactId>trino-maven-plugin</artifactId>
<version>14</version>
<version>15</version>
<extensions>true</extensions>
<configuration>
<pluginClassName>io.trino.spi.Plugin</pluginClassName>
Expand Down

0 comments on commit af862bb

Please sign in to comment.