This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit a39e1a81a7433ae472a69da8ccb0b9a7553b40a2 Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Tue May 3 22:57:59 2022 +0200 Upgrade Tika to 2.4.0 --- LICENSE | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 1a04fef83..c60d54ca2 100644 --- a/LICENSE +++ b/LICENSE @@ -272,8 +272,8 @@ oro-2.0.8.jar LICENSE sandler-0.5.jar ./jspwiki-war/src/main/config/doc/LICENSE.sandler slf4-api-1.7.36.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit xercesImpl-2.10.0.jar LICENSE -tika-core-2.3.0.jar LICENSE -tika-parsers-2.3.0.jar LICENSE +tika-core-2.4.0.jar LICENSE +tika-parsers-2.4.0.jar LICENSE xml-apis-1.4.01 LICENSE xmlrpc-2.0.1.jar LICENSE xpp3-1.1.3.4-RC3 ./jspwiki-war/src/main/config/doc/LICENSE.cc-cod diff --git a/pom.xml b/pom.xml index 41dcbf063..ba98114e2 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ <selenide.version>6.4.0</selenide.version> <slf4j.version>1.7.36</slf4j.version> <stripes.version>1.7.0-async-beta</stripes.version> - <tika.version>2.3.0</tika.version> + <tika.version>2.4.0</tika.version> <tomcat.version>9.0.62</tomcat.version> <wro4j.version>1.8.0</wro4j.version> <!-- 1.9.0 and above require JDK >= 9 to execute --> <xmlrpc.version>2.0.1</xmlrpc.version>
