Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Aug 30, 2024
1 parent 54beee3 commit 681139d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 12 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>165</version>
<version>170</version>
</parent>

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

<dep.trino.version>454</dep.trino.version>
<dep.airlift.version>260</dep.airlift.version>
<dep.trino.version>455</dep.trino.version>
<dep.airlift.version>261</dep.airlift.version>
<dep.slice.version>2.3</dep.slice.version>
<!-- temporary: required to be in sync with version pulled by libraries-bom -->
<dep.opentelemetry.version>1.40.0</dep.opentelemetry.version>
<dep.opentelemetry.version>1.41.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.7.0</dep.opentelemetry-instrumentation.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.guava.version>33.3.0-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.errorprone.version>2.30.0</dep.errorprone.version>
<dep.errorprone.version>2.31.0</dep.errorprone.version>
<dep.jackson.version>2.17.2</dep.jackson.version>
<dep.joda.version>2.12.7</dep.joda.version>
<dep.junit.version>5.11.0</dep.junit.version>
Expand Down Expand Up @@ -97,6 +97,11 @@
<version>1.10</version>
</dependency>
<!-- temporary to settle a version between airbase and airlift -->
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api-incubator</artifactId>
<version>${dep.opentelemetry.version}-alpha</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.semconv</groupId>
<artifactId>opentelemetry-semconv</artifactId>
Expand Down Expand Up @@ -220,14 +225,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<tagNameFormat>v@{project.version}</tagNameFormat>
Expand Down
2 changes: 1 addition & 1 deletion trino-rest-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion trino-rest-slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 681139d

Please sign in to comment.