From 6726f6bd9481a1a8cef652cb4ea9ee77979263d7 Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Sun, 4 Aug 2019 17:09:47 +0200 Subject: [PATCH] [TASK] Update tika to version 1.22 --- resources/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/app.rb b/resources/app.rb index 5956a78..5abb0e6 100644 --- a/resources/app.rb +++ b/resources/app.rb @@ -2,7 +2,7 @@ actions :add # https://docs.typo3.org/typo3cms/extensions/solr/Appendix/VersionMatrix.html attribute :solr, :kind_of => String, :default => '7.6.0' -attribute :tika_server, :kind_of => String, :default => '1.21' +attribute :tika_server, :kind_of => String, :default => '1.22' attribute :extension, :kind_of => String, :default => '9.0.0' def initialize(*args) -- GitLab