|
176 | 176 | <guice.version>7.0.0</guice.version> |
177 | 177 | <jol.version>0.17</jol.version> |
178 | 178 | <zookeeper.version>3.9.4</zookeeper.version> |
179 | | - <jackson.version>2.19.2</jackson.version> |
| 179 | + <jackson.version>2.20.0</jackson.version> |
| 180 | + <jackson.annotations.version>2.20</jackson.annotations.version> |
180 | 181 | <!-- Trino integration uses a different version of JJWT, this is the version used in the build module --> |
181 | 182 | <jjwt.build.version>0.13.0</jjwt.build.version> |
182 | 183 | <facebook.collections.version>0.1.32</facebook.collections.version> |
|
198 | 199 | <trino.version>435</trino.version> |
199 | 200 | <!-- Trino requires an old version of JGraphT --> |
200 | 201 | <trino.jgrapht.version>0.9.2</trino.jgrapht.version> |
201 | | - <!-- Build module uses Jersey w/Jakarta WS for communicating with GitHub API --> |
202 | | - <jersey.version>2.45</jersey.version> |
203 | | - <jakarta.ws.version>2.1.6</jakarta.ws.version> |
| 202 | + <!-- Build module uses Jersey w/Jakarta WS for communicating with GitHub API. --> |
| 203 | + <!-- This is not managed for the whole project as it conflicts with Trino. --> |
| 204 | + <jersey.build.version>2.45</jersey.build.version> |
| 205 | + <jakarta.ws.build.version>2.1.6</jakarta.ws.build.version> |
204 | 206 | <!-- Netty version is managed because S3, Athena and Arrow depend on it but use incompatible versions --> |
205 | 207 | <netty.version>4.2.4.Final</netty.version> |
206 | 208 | <!-- netty-tcnative is a fork of Tomcat Native, and is only used by spark-sql --> |
|
1332 | 1334 | <dependency> |
1333 | 1335 | <groupId>com.fasterxml.jackson.core</groupId> |
1334 | 1336 | <artifactId>jackson-annotations</artifactId> |
1335 | | - <version>${jackson.version}</version> |
| 1337 | + <version>${jackson.annotations.version}</version> |
1336 | 1338 | </dependency> |
1337 | 1339 | <dependency> |
1338 | 1340 | <groupId>com.fasterxml.jackson.core</groupId> |
|
1374 | 1376 | <artifactId>jackson-datatype-jsr310</artifactId> |
1375 | 1377 | <version>${jackson.version}</version> |
1376 | 1378 | </dependency> |
| 1379 | + <dependency> |
| 1380 | + <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 1381 | + <artifactId>jackson-dataformat-yaml</artifactId> |
| 1382 | + <version>${jackson.version}</version> |
| 1383 | + </dependency> |
| 1384 | + <dependency> |
| 1385 | + <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 1386 | + <artifactId>jackson-dataformat-xml</artifactId> |
| 1387 | + <version>${jackson.version}</version> |
| 1388 | + </dependency> |
1377 | 1389 | <dependency> |
1378 | 1390 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
1379 | 1391 | <artifactId>jackson-jaxrs-base</artifactId> |
|
1477 | 1489 | <artifactId>json-unit-assertj</artifactId> |
1478 | 1490 | <version>${jsonunit.version}</version> |
1479 | 1491 | </dependency> |
| 1492 | + <dependency> |
| 1493 | + <groupId>org.wiremock</groupId> |
| 1494 | + <artifactId>wiremock</artifactId> |
| 1495 | + <version>${wiremock.version}</version> |
| 1496 | + </dependency> |
1480 | 1497 | </dependencies> |
1481 | 1498 | </dependencyManagement> |
1482 | 1499 |
|
|
0 commit comments