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 07b245f0 Bump tika.version from 3.3.0 to 3.3.1 (#485)
07b245f0 is described below

commit 07b245f0b08430e6cfe5483d9ea7f770abf2bd9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 2 08:11:40 2026 +0200

    Bump tika.version from 3.3.0 to 3.3.1 (#485)
    
    Bumps `tika.version` from 3.3.0 to 3.3.1.
    
    Updates `org.apache.tika:tika-core` from 3.3.0 to 3.3.1
    - [Changelog](https://github.com/apache/tika/blob/3.3.1/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/compare/3.3.0...3.3.1)
    
    Updates `org.apache.tika:tika-parser-html-module` from 3.3.0 to 3.3.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tika:tika-core
      dependency-version: 3.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.tika:tika-parser-html-module
      dependency-version: 3.3.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 1469dc0a..75159149 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -31,7 +31,7 @@
 
     <lucene.version>10.4.0</lucene.version>
     <solr.version>9.10.1</solr.version>
-    <tika.version>3.3.0</tika.version>
+    <tika.version>3.3.1</tika.version>
     
     <docx4j.version>11.5.13</docx4j.version>
     <dl4j.version>1.0.0-M2.1</dl4j.version>

Reply via email to