|
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> |
|
49 | 49 | <air.check.fail-checkstyle>true</air.check.fail-checkstyle> |
50 | 50 | <air.check.skip-checkstyle>false</air.check.skip-checkstyle> |
51 | 51 | <air.build.jvmsize>4g</air.build.jvmsize> |
| 52 | + <air.test.jvm.additional-arguments>--add-modules=jdk.incubator.vector</air.test.jvm.additional-arguments> |
52 | 53 |
|
53 | | - <dep.trino.version>478</dep.trino.version> |
54 | | - <dep.airlift.version>369</dep.airlift.version> |
| 54 | + <dep.trino.version>479</dep.trino.version> |
| 55 | + <dep.airlift.version>386</dep.airlift.version> |
55 | 56 | <dep.slice.version>2.4</dep.slice.version> |
56 | | - <dep.opentelemetry.version>1.56.0</dep.opentelemetry.version> |
57 | | - <dep.opentelemetry-instrumentation.version>2.22.0</dep.opentelemetry-instrumentation.version> |
58 | | - <dep.packaging.version>${dep.airlift.version}</dep.packaging.version> |
59 | | - <dep.guava.version>33.5.0-jre</dep.guava.version> |
60 | | - <dep.guice.version>7.0.0</dep.guice.version> |
61 | | - <dep.errorprone.version>2.44.0</dep.errorprone.version> |
62 | 57 | <dep.jackson-annotations.version>2.20</dep.jackson-annotations.version> |
63 | | - <dep.jackson.version>2.20.1</dep.jackson.version> |
64 | | - <dep.joda.version>2.14.0</dep.joda.version> |
65 | | - <dep.junit.version>6.0.1</dep.junit.version> |
66 | | - <dep.slf4j.version>2.0.17</dep.slf4j.version> |
67 | | - <dep.assertj-core.version>3.27.6</dep.assertj-core.version> |
68 | | - <dep.logback.version>1.5.21</dep.logback.version> |
69 | | - <dep.plugin.surefire.version>3.2.5</dep.plugin.surefire.version> |
| 58 | + <dep.logback.version>1.5.22</dep.logback.version> |
70 | 59 | <dep.jna.version>5.18.1</dep.jna.version> |
71 | | - <dep.kotlin.version>2.2.21</dep.kotlin.version> |
72 | 60 |
|
73 | 61 | <project.scm.id>github</project.scm.id> |
74 | 62 | </properties> |
|
179 | 167 | <artifactId>trino-testing</artifactId> |
180 | 168 | <version>${dep.trino.version}</version> |
181 | 169 | <scope>test</scope> |
| 170 | + <exclusions> |
| 171 | + <exclusion> |
| 172 | + <groupId>io.trino</groupId> |
| 173 | + <artifactId>trino-exchange-filesystem</artifactId> |
| 174 | + </exclusion> |
| 175 | + </exclusions> |
182 | 176 | </dependency> |
183 | 177 |
|
184 | 178 | <dependency> |
|
215 | 209 | </plugin> |
216 | 210 | <plugin> |
217 | 211 | <artifactId>maven-release-plugin</artifactId> |
218 | | - <version>3.2.0</version> |
| 212 | + <version>3.3.1</version> |
219 | 213 | <configuration> |
220 | 214 | <scmCommentPrefix>[ci skip]</scmCommentPrefix> |
221 | 215 | <tagNameFormat>v@{project.version}</tagNameFormat> |
|
271 | 265 | <dependency> |
272 | 266 | <groupId>com.github.ferstl</groupId> |
273 | 267 | <artifactId>pedantic-pom-enforcers</artifactId> |
274 | | - <version>2.2.0</version> |
| 268 | + <version>2.3.1</version> |
275 | 269 | </dependency> |
276 | 270 | </dependencies> |
277 | 271 | </plugin> |
|
0 commit comments