You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/07 04:46:05 UTC

[tika] branch main updated: TIKA-3795: update xml-apis

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 516be92cf TIKA-3795: update xml-apis
516be92cf is described below

commit 516be92cf90a34996ab27128d2174f96cbf351ba
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jul 7 06:45:55 2022 +0200

    TIKA-3795: update xml-apis
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index eca6520d0..dc2645819 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -123,7 +123,7 @@
       <dependency>
         <groupId>xml-apis</groupId>
         <artifactId>xml-apis</artifactId>
-        <version>1.4.01</version>
+        <version>2.0.2</version>
       </dependency>
 
       <!-- avoid conflicts because of age-predictor-api -->