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 ad46f73 commit aa9bb5c
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 @@ -48,11 +48,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 @@ -144,7 +144,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.9.0.202403050737-r</version>
<version>6.10.0.202406032230-r</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -280,7 +280,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 @@ -298,7 +298,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 aa9bb5c

Please sign in to comment.