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 e112782ee076a7c02fdb332ea181815be48f322e Author: juanpablo <[email protected]> AuthorDate: Thu Dec 3 21:16:33 2020 +0100 Update Tika to 1.25 --- LICENSE | 8 ++++---- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index f17a0c5..30f2474 100644 --- a/LICENSE +++ b/LICENSE @@ -244,8 +244,8 @@ sandler-0.5.jar ./jspwiki-war/src/main/config/doc/LI slf4-api-1.7.30.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit slf4j-log4j-1.7.30.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit xercesImpl-2.10.0.jar LICENSE -tika-core-1.24.1.jar LICENSE -tika-parsers-1.24.1.jar LICENSE +tika-core-1.25.jar LICENSE +tika-parsers-1.25.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 @@ -259,7 +259,7 @@ hsqldb-2.5.1.jar ./jspwiki-war/src/main/config/doc/LI sqltool-2.5.1.jar ./jspwiki-war/src/main/config/doc/LICENSE.hsqldb jetty-all-8.1.15.v20140411.jar LICENSE junit-5.7.0 ./jspwiki-war/src/main/config/doc/LICENSE.cpl -mockito-core-3.6.0 ./jspwiki-war/src/main/config/doc/LICENSE.mit +mockito-core-3.6.28 ./jspwiki-war/src/main/config/doc/LICENSE.mit selenide-5.16.2.jar ./jspwiki-war/src/main/config/doc/LICENSE.mit stripes-1.7.0-async.jar LICENSE yuicompressor-2.4.7.jar ./jspwiki-war/src/main/config/doc/LICENSE.yui @@ -284,4 +284,4 @@ SilkIconSet ./jspwiki-war/src/main/config/doc/LI OTHER ============================================================================================================= While not bundled by default, Apache Tika extracts content from a lot of different file formats using several -OSS libraries, which can be consulted at https://tika.apache.org/1.24.1/formats.html \ No newline at end of file +OSS libraries, which can be consulted at https://tika.apache.org/1.25/formats.html \ No newline at end of file diff --git a/pom.xml b/pom.xml index d88054a..0eda42e 100644 --- a/pom.xml +++ b/pom.xml @@ -68,14 +68,14 @@ <junit.version>5.7.0</junit.version> <log4j.version>1.2.17</log4j.version> <lucene.version>8.7.0</lucene.version> - <mockito.version>3.6.0</mockito.version> + <mockito.version>3.6.28</mockito.version> <nekohtml.version>1.9.22</nekohtml.version> <oro.version>2.0.8</oro.version> <sandler.version>0.5</sandler.version> <selenide.version>5.16.2</selenide.version> <slf4j.version>1.7.30</slf4j.version> <stripes.version>1.7.0-async-beta</stripes.version> - <tika.version>1.24.1</tika.version> + <tika.version>1.25</tika.version> <tomcat.version>9.0.40</tomcat.version> <wro4j.version>1.8.0</wro4j.version> <xmlrpc.version>2.0.1</xmlrpc.version>
