Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Apr 18, 2024
1 parent db1c26d commit eef5423
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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>153</version>
<version>154</version>
</parent>

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

<dep.trino.version>444</dep.trino.version>
<dep.airlift.version>243</dep.airlift.version>
<dep.trino.version>445</dep.trino.version>
<dep.airlift.version>245</dep.airlift.version>
<dep.slice.version>2.2</dep.slice.version>
<dep.opentelemetry.version>1.36.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.2.0</dep.opentelemetry-instrumentation.version>
<dep.opentelemetry.version>1.37.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.3.0</dep.opentelemetry-instrumentation.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.guava.version>33.1.0-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.errorprone.version>2.26.1</dep.errorprone.version>
<dep.jackson.version>2.17.0</dep.jackson.version>
<dep.joda.version>2.12.7</dep.joda.version>
<dep.junit.version>5.10.2</dep.junit.version>
<dep.slf4j.version>2.0.12</dep.slf4j.version>
<dep.slf4j.version>2.0.13</dep.slf4j.version>
<dep.assertj-core.version>3.25.3</dep.assertj-core.version>
<dep.logback.version>1.5.3</dep.logback.version>
<dep.logback.version>1.5.6</dep.logback.version>
<dep.plugin.surefire.version>3.2.5</dep.plugin.surefire.version>

<air.javadoc.lint>-missing</air.javadoc.lint>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -253,7 +253,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -290,15 +290,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<configuration>
<pushChanges>true</pushChanges>
</configuration>
</plugin>
<plugin>
<groupId>io.trino</groupId>
<artifactId>trino-maven-plugin</artifactId>
<version>13</version>
<version>14</version>
<extensions>true</extensions>
<configuration>
<pluginClassName>io.trino.spi.Plugin</pluginClassName>
Expand All @@ -310,7 +310,7 @@
<plugin>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
<artifactId>provisio-maven-plugin</artifactId>
<version>1.0.22</version>
<version>1.0.23</version>
<extensions>true</extensions>
</plugin>

Expand Down

0 comments on commit eef5423

Please sign in to comment.