You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2016/02/17 19:51:09 UTC

tika git commit: TIKA-1856 Upgrade the Ogg dependency for the truncated files fix

Repository: tika
Updated Branches:
  refs/heads/master 542bebc69 -> 2eb49a721


TIKA-1856 Upgrade the Ogg dependency for the truncated files fix


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/2eb49a72
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/2eb49a72
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/2eb49a72

Branch: refs/heads/master
Commit: 2eb49a721b77edf23c3588326c8d480332d79722
Parents: 542bebc
Author: Nick Burch <ni...@gagravarr.org>
Authored: Wed Feb 17 18:50:19 2016 +0000
Committer: Nick Burch <ni...@gagravarr.org>
Committed: Wed Feb 17 18:50:19 2016 +0000

----------------------------------------------------------------------
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/2eb49a72/tika-parsers/pom.xml
----------------------------------------------------------------------
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 156e9ed..db6e2fb 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -41,7 +41,7 @@
     <!-- NOTE: sync tukaani version with commons-compress -->
     <tukaani.version>1.5</tukaani.version>
     <mime4j.version>0.7.2</mime4j.version>
-    <vorbis.version>0.6</vorbis.version>
+    <vorbis.version>0.8</vorbis.version>
     <pdfbox.version>1.8.11</pdfbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <cxf.version>3.0.3</cxf.version>