Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Feb 16, 2024
1 parent 679b268 commit e7ff131
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Maven
run: mvn -B package
- name: Upload test report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test report ${{ github.job }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
setup-java: false

- name: Upload test report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test report ${{ github.job }}
Expand Down
16 changes: 8 additions & 8 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>149</version>
<version>150</version>
</parent>

<groupId>pl.net.was</groupId>
Expand Down Expand Up @@ -47,20 +47,20 @@
<air.check.fail-checkstyle>true</air.check.fail-checkstyle>
<air.check.skip-checkstyle>false</air.check.skip-checkstyle>

<dep.trino.version>438</dep.trino.version>
<dep.trino.version>439</dep.trino.version>
<dep.airlift.version>240</dep.airlift.version>
<dep.slice.version>2.2</dep.slice.version>
<dep.opentelemetry.version>1.34.1</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>1.32.0</dep.opentelemetry-instrumentation.version>
<dep.opentelemetry.version>1.35.0</dep.opentelemetry.version>
<dep.opentelemetry-instrumentation.version>2.1.0</dep.opentelemetry-instrumentation.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.guava.version>33.0.0-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.errorprone.version>2.24.1</dep.errorprone.version>
<dep.jackson.version>2.16.1</dep.jackson.version>
<dep.joda.version>2.12.6</dep.joda.version>
<dep.junit.version>5.10.1</dep.junit.version>
<dep.slf4j.version>2.0.11</dep.slf4j.version>
<dep.assertj-core.version>3.25.2</dep.assertj-core.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.assertj-core.version>3.25.3</dep.assertj-core.version>
<dep.logback.version>1.4.14</dep.logback.version>
<dep.plugin.surefire.version>3.2.5</dep.plugin.surefire.version>

Expand Down

0 comments on commit e7ff131

Please sign in to comment.