You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/08/11 19:33:21 UTC

[tika] branch main updated: fix version conflict

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

tallison 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 d74b1ef  fix version conflict
d74b1ef is described below

commit d74b1ef0e60da5e15d44130c6ed5ea41284b703c
Author: tallison <ta...@apache.org>
AuthorDate: Wed Aug 11 15:33:02 2021 -0400

    fix version conflict
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0241871..1ee23fc 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -279,7 +279,7 @@
 
     <!-- dependency versions -->
     <aws.s3.version>1.12.43</aws.s3.version>
-    <aws.transcribe.version>1.12.39</aws.transcribe.version>
+    <aws.transcribe.version>1.12.43</aws.transcribe.version>
     <asm.version>9.2</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->