Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Mar 22, 2024
1 parent e54d646 commit 62cfd77
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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>152</version>
<version>153</version>
</parent>

<groupId>org.ebyhr</groupId>
Expand Down Expand Up @@ -45,13 +45,13 @@
<air.check.fail-checkstyle>true</air.check.fail-checkstyle>
<air.check.skip-checkstyle>false</air.check.skip-checkstyle>

<dep.trino.version>442</dep.trino.version>
<dep.airlift.version>242</dep.airlift.version>
<dep.trino.version>443</dep.trino.version>
<dep.airlift.version>243</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.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.aws-sdk.version>1.12.680</dep.aws-sdk.version>
<dep.aws-sdk.version>1.12.685</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>
Expand Down Expand Up @@ -424,12 +424,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
<artifactId>provisio-maven-plugin</artifactId>
<version>1.0.21</version>
<version>1.0.22</version>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
Expand Down

0 comments on commit 62cfd77

Please sign in to comment.