|
305 | 305 | <maven.shade.version>3.6.1</maven.shade.version> |
306 | 306 | <maven.project.info.reports.version>3.9.0</maven.project.info.reports.version> |
307 | 307 | <puppycrawl.version>12.0.1</puppycrawl.version> |
308 | | - <rat.version>0.16.1</rat.version> |
| 308 | + <rat.version>0.17</rat.version> |
309 | 309 | <scm.version>2.2.1</scm.version> |
310 | 310 |
|
311 | 311 | <!-- dependency versions --> |
|
442 | 442 | <sqlite.version>3.50.3.0</sqlite.version> |
443 | 443 | <stax.ex.version>2.1.0</stax.ex.version> |
444 | 444 | <testcontainers.version>1.21.3</testcontainers.version> |
| 445 | + <testcontainersv1.version>1.21.3</testcontainersv1.version> |
445 | 446 | <!-- NOTE: sync tukaani version with commons-compress in tika-parent --> |
446 | 447 | <tukaani.version>1.10</tukaani.version> |
447 | 448 | <twelvemonkeys.version>3.12.0</twelvemonkeys.version> |
|
583 | 584 | <type>pom</type> |
584 | 585 | <scope>import</scope> |
585 | 586 | </dependency> |
| 587 | + <!-- missing in testcontainers-bom 2.* --> |
| 588 | + <dependency> |
| 589 | + <groupId>org.testcontainers</groupId> |
| 590 | + <artifactId>junit-jupiter</artifactId> |
| 591 | + <version>${testcontainersv1.version}</version> |
| 592 | + </dependency> |
| 593 | + <dependency> |
| 594 | + <groupId>org.testcontainers</groupId> |
| 595 | + <artifactId>kafka</artifactId> |
| 596 | + <version>${testcontainersv1.version}</version> |
| 597 | + </dependency> |
586 | 598 |
|
587 | 599 | <dependency> |
588 | 600 | <groupId>biz.aQute.bnd</groupId> |
|
1482 | 1494 | <plugin> |
1483 | 1495 | <groupId>org.apache.rat</groupId> |
1484 | 1496 | <artifactId>apache-rat-plugin</artifactId> |
1485 | | - <version>${rat.version}</version> <!-- keep this when testing snapshot --> |
| 1497 | + <version>${rat.version}</version> <!-- keep this when version newer than apache parent --> |
1486 | 1498 | <configuration> |
1487 | 1499 | <excludes> |
1488 | 1500 | <exclude>nb-configuration.xml</exclude> <!-- local netbeans --> |
|
0 commit comments