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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new 14b7fcf  Bump tika.version from 3.1.0 to 3.2.0 (#290)
14b7fcf is described below

commit 14b7fcf6500aa92ea2747928ae3a98edaf2d0266
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 2 09:23:57 2025 +0200

    Bump tika.version from 3.1.0 to 3.2.0 (#290)
    
    Bumps `tika.version` from 3.1.0 to 3.2.0.
    
    Updates `org.apache.tika:tika-core` from 3.1.0 to 3.2.0
    - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/commits)
    
    Updates `org.apache.tika:tika-parser-html-module` from 3.1.0 to 3.2.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tika:tika-core
      dependency-version: 3.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.tika:tika-parser-html-module
      dependency-version: 3.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 opennlp-similarity/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index 1eec1ca..2e8e7a1 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -30,7 +30,7 @@
     <jakarta.bind-api.version>4.0.2</jakarta.bind-api.version>
     <jakarta.mail.version>2.1.3</jakarta.mail.version>
 
-    <tika.version>3.1.0</tika.version>
+    <tika.version>3.2.0</tika.version>
     <solr.version>8.11.4</solr.version>
     <docx4j.version>11.5.3</docx4j.version>
     <dl4j.version>1.0.0-M2.1</dl4j.version>

Reply via email to