You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/03/19 06:50:46 UTC

[beam] branch master updated: BEAM-8924 - Update Apache Tika to 1.24

This is an automated email from the ASF dual-hosted git repository.

alexvanboxel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 82081d8  BEAM-8924 - Update Apache Tika to 1.24
     new 49cd4d6  Merge pull request #11159 from BEAM-8924 - Update Apache Tika to 1.24
82081d8 is described below

commit 82081d8bc70af7d405eb47009822ebed47b0631a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Mar 18 17:25:38 2020 +0000

    BEAM-8924 - Update Apache Tika to 1.24
---
 sdks/java/io/tika/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/tika/build.gradle b/sdks/java/io/tika/build.gradle
index 1c161fb..384b80e 100644
--- a/sdks/java/io/tika/build.gradle
+++ b/sdks/java/io/tika/build.gradle
@@ -22,7 +22,7 @@ applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.tika')
 description = "Apache Beam :: SDKs :: Java :: IO :: Tika"
 ext.summary = "Tika Input to parse files."
 
-def tika_version = "1.23"
+def tika_version = "1.24"
 def bndlib_version = "1.43.0"
 
 dependencies {