|
5 | 5 | <parent> |
6 | 6 | <groupId>io.airlift</groupId> |
7 | 7 | <artifactId>airbase</artifactId> |
8 | | - <version>322</version> |
| 8 | + <version>334</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <groupId>pl.net.was</groupId> |
|
51 | 51 | <air.check.fail-checkstyle>true</air.check.fail-checkstyle> |
52 | 52 | <air.check.skip-checkstyle>false</air.check.skip-checkstyle> |
53 | 53 | <air.build.jvmsize>4g</air.build.jvmsize> |
| 54 | + <air.test.jvm.additional-arguments>--add-modules=jdk.incubator.vector</air.test.jvm.additional-arguments> |
54 | 55 |
|
55 | | - <dep.trino.version>478</dep.trino.version> |
56 | | - <dep.airlift.version>369</dep.airlift.version> |
57 | | - <dep.slice.version>2.4</dep.slice.version> |
58 | | - <dep.opentelemetry.version>1.56.0</dep.opentelemetry.version> |
59 | | - <dep.opentelemetry-instrumentation.version>2.22.0</dep.opentelemetry-instrumentation.version> |
60 | | - <dep.packaging.version>${dep.airlift.version}</dep.packaging.version> |
61 | | - <dep.guava.version>33.5.0-jre</dep.guava.version> |
62 | | - <dep.guice.version>7.0.0</dep.guice.version> |
63 | | - <dep.errorprone.version>2.44.0</dep.errorprone.version> |
| 56 | + <dep.trino.version>479</dep.trino.version> |
| 57 | + <dep.airlift.version>386</dep.airlift.version> |
64 | 58 | <dep.jackson-annotations.version>2.20</dep.jackson-annotations.version> |
65 | | - <dep.jackson.version>2.20.1</dep.jackson.version> |
66 | | - <dep.joda.version>2.14.0</dep.joda.version> |
67 | | - <dep.junit.version>6.0.1</dep.junit.version> |
68 | | - <dep.slf4j.version>2.0.17</dep.slf4j.version> |
69 | | - <dep.assertj-core.version>3.27.6</dep.assertj-core.version> |
70 | | - <dep.logback.version>1.5.21</dep.logback.version> |
71 | | - <dep.plugin.surefire.version>3.2.5</dep.plugin.surefire.version> |
72 | | - <dep.jna.version>5.14.0</dep.jna.version> |
73 | | - <dep.kotlin.version>2.2.21</dep.kotlin.version> |
| 59 | + <dep.logback.version>1.5.22</dep.logback.version> |
74 | 60 |
|
75 | 61 | <project.scm.id>github</project.scm.id> |
76 | 62 | </properties> |
|
203 | 189 | <artifactId>trino-testing</artifactId> |
204 | 190 | <version>${dep.trino.version}</version> |
205 | 191 | <scope>test</scope> |
| 192 | + <exclusions> |
| 193 | + <exclusion> |
| 194 | + <groupId>io.trino</groupId> |
| 195 | + <artifactId>trino-exchange-filesystem</artifactId> |
| 196 | + </exclusion> |
| 197 | + </exclusions> |
206 | 198 | </dependency> |
207 | 199 |
|
208 | 200 | <dependency> |
|
239 | 231 | </plugin> |
240 | 232 | <plugin> |
241 | 233 | <artifactId>maven-release-plugin</artifactId> |
242 | | - <version>3.2.0</version> |
| 234 | + <version>3.3.1</version> |
243 | 235 | <configuration> |
244 | 236 | <scmCommentPrefix>[ci skip]</scmCommentPrefix> |
245 | 237 | <tagNameFormat>v@{project.version}</tagNameFormat> |
|
0 commit comments