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 53673bc commit 9372c90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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>pl.net.was</groupId>
Expand Down Expand Up @@ -52,11 +52,11 @@
<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.guava.version>33.2.1-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
Expand Down Expand Up @@ -234,7 +234,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 All @@ -254,7 +254,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 @@ -272,7 +272,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 9372c90

Please sign in to comment.