This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5af2992bd TIKA-4327: update rat; prepare for testcontainers 2
5af2992bd is described below

commit 5af2992bd833e365b2d57f93f83ac602f62d47c7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 18 15:22:15 2025 +0200

    TIKA-4327: update rat; prepare for testcontainers 2
---
 tika-parent/pom.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b52ebcc0f..d5cbaf987 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -305,7 +305,7 @@
     <maven.shade.version>3.6.1</maven.shade.version>
     
<maven.project.info.reports.version>3.9.0</maven.project.info.reports.version>
     <puppycrawl.version>12.0.1</puppycrawl.version>
-    <rat.version>0.16.1</rat.version>
+    <rat.version>0.17</rat.version>
     <scm.version>2.2.1</scm.version>
 
     <!-- dependency versions -->
@@ -442,6 +442,7 @@
     <sqlite.version>3.50.3.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
     <testcontainers.version>1.21.3</testcontainers.version>
+    <testcontainersv1.version>1.21.3</testcontainersv1.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
     <tukaani.version>1.10</tukaani.version>
     <twelvemonkeys.version>3.12.0</twelvemonkeys.version>
@@ -583,6 +584,17 @@
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <!-- missing in testcontainers-bom 2.* -->
+      <dependency>
+        <groupId>org.testcontainers</groupId>
+        <artifactId>junit-jupiter</artifactId>
+        <version>${testcontainersv1.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.testcontainers</groupId>
+        <artifactId>kafka</artifactId>
+        <version>${testcontainersv1.version}</version>
+      </dependency>
 
       <dependency>
         <groupId>biz.aQute.bnd</groupId>
@@ -1482,7 +1494,7 @@
           <plugin>
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
-            <version>${rat.version}</version> <!-- keep this when testing 
snapshot -->
+            <version>${rat.version}</version> <!-- keep this when version 
newer than apache parent -->
             <configuration>
               <excludes>
                 <exclude>nb-configuration.xml</exclude> <!-- local netbeans -->

Reply via email to