|
4 | 4 |
|
5 | 5 | <artifactId>gooddata-java-parent</artifactId> |
6 | 6 | <packaging>pom</packaging> |
7 | | - <version>4.0.1+api3-SNAPSHOT</version> |
| 7 | + <version>4.0.3+api3-SNAPSHOT</version> |
8 | 8 | <name>${project.artifactId}</name> |
9 | 9 | <description>GoodData Java SDK</description> |
10 | 10 | <url>https://github.com/gooddata/gooddata-java</url> |
11 | 11 |
|
12 | 12 | <parent> |
13 | 13 | <groupId>com.gooddata</groupId> |
14 | 14 | <artifactId>gooddata-parent</artifactId> |
15 | | - <version>3.1.0</version> |
| 15 | + <version>4.0.3</version> |
16 | 16 | </parent> |
17 | 17 |
|
18 | 18 | <licenses> |
@@ -469,37 +469,43 @@ LICENSE.txt file in the root directory of this source tree.</inlineHeader> |
469 | 469 | <dependency> |
470 | 470 | <groupId>org.eclipse.jetty</groupId> |
471 | 471 | <artifactId>jetty-server</artifactId> |
| 472 | + <version>${jetty.compatible.version}</version> |
472 | 473 | <scope>test</scope> |
473 | | - <!-- Version managed by Spring Boot BOM for consistency --> |
474 | 474 | </dependency> |
475 | 475 | <dependency> |
476 | 476 | <groupId>org.eclipse.jetty</groupId> |
477 | 477 | <artifactId>jetty-servlet</artifactId> |
| 478 | + <version>${jetty.compatible.version}</version> |
478 | 479 | <scope>test</scope> |
479 | 480 | </dependency> |
480 | 481 | <dependency> |
481 | 482 | <groupId>org.eclipse.jetty</groupId> |
482 | 483 | <artifactId>jetty-util</artifactId> |
| 484 | + <version>${jetty.compatible.version}</version> |
483 | 485 | <scope>test</scope> |
484 | 486 | </dependency> |
485 | 487 | <dependency> |
486 | 488 | <groupId>org.eclipse.jetty</groupId> |
487 | 489 | <artifactId>jetty-http</artifactId> |
| 490 | + <version>${jetty.compatible.version}</version> |
488 | 491 | <scope>test</scope> |
489 | 492 | </dependency> |
490 | 493 | <dependency> |
491 | 494 | <groupId>org.eclipse.jetty</groupId> |
492 | 495 | <artifactId>jetty-io</artifactId> |
| 496 | + <version>${jetty.compatible.version}</version> |
493 | 497 | <scope>test</scope> |
494 | 498 | </dependency> |
495 | 499 | <dependency> |
496 | 500 | <groupId>org.eclipse.jetty</groupId> |
497 | 501 | <artifactId>jetty-security</artifactId> |
| 502 | + <version>${jetty.compatible.version}</version> |
498 | 503 | <scope>test</scope> |
499 | 504 | </dependency> |
500 | 505 | <dependency> |
501 | 506 | <groupId>org.eclipse.jetty</groupId> |
502 | 507 | <artifactId>jetty-webapp</artifactId> |
| 508 | + <version>${jetty.compatible.version}</version> |
503 | 509 | <scope>test</scope> |
504 | 510 | </dependency> |
505 | 511 | <dependency> |
|
0 commit comments