Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jan 25, 2024
1 parent b3a325e commit 5c8280b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>148</version>
<version>149</version>
</parent>

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

<dep.trino.version>436</dep.trino.version>
<dep.airlift.version>239</dep.airlift.version>
<dep.trino.version>437</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>
Expand All @@ -60,7 +60,7 @@
<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.1</dep.assertj-core.version>
<dep.assertj-core.version>3.25.2</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 5c8280b

Please sign in to comment.