Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed May 2, 2024
1 parent f08588a commit 595e7b0
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>154</version>
<version>156</version>
</parent>

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

<dep.trino.version>445</dep.trino.version>
<dep.airlift.version>245</dep.airlift.version>
<dep.trino.version>446</dep.trino.version>
<dep.airlift.version>246</dep.airlift.version>
<dep.slice.version>2.2</dep.slice.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.aws-sdk.version>1.12.703</dep.aws-sdk.version>
<dep.aws-sdk.version>1.12.713</dep.aws-sdk.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.errorprone.version>2.27.1</dep.errorprone.version>
<dep.jackson.version>2.17.0</dep.jackson.version>
<dep.testcontainers.version>1.19.7</dep.testcontainers.version>
<dep.docker-java.version>3.3.6</dep.docker-java.version>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.13</version>
<version>1.14.14</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down Expand Up @@ -328,7 +328,7 @@
<dependency>
<groupId>io.trino.hadoop</groupId>
<artifactId>hadoop-apache</artifactId>
<version>3.3.5-1</version>
<version>3.3.5-2</version>
<scope>runtime</scope>
</dependency>

Expand Down Expand Up @@ -391,7 +391,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.13.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -430,12 +430,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</plugin>
<plugin>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
<artifactId>provisio-maven-plugin</artifactId>
<version>1.0.23</version>
<version>1.0.24</version>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
Expand Down Expand Up @@ -466,7 +466,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 595e7b0

Please sign in to comment.