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 2018/09/18 18:31:54 UTC

[tika] branch branch_1x updated: upgrade to forbiddenapis 2.6 https://github.com/apache/tika/pull/249 via Uwe Schindler

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

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 962c015  upgrade to forbiddenapis 2.6 https://github.com/apache/tika/pull/249 via Uwe Schindler
962c015 is described below

commit 962c0152f3e89a9b2002b4f7436ffea78e0e21b0
Author: TALLISON <ta...@apache.org>
AuthorDate: Tue Sep 18 14:31:38 2018 -0400

    upgrade to forbiddenapis 2.6 https://github.com/apache/tika/pull/249
    via Uwe Schindler
---
 tika-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 6c81618..07a8b21 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -329,8 +329,7 @@
       <plugin>
         <groupId>de.thetaphi</groupId>
         <artifactId>forbiddenapis</artifactId>
-        <!-- if this version contains commons-io 2.6, remove hard-coded commons-io version below -->
-        <version>2.5</version>
+        <version>2.6</version>
         <configuration>
           <targetVersion>${maven.compiler.target}</targetVersion>
           <failOnUnresolvableSignatures>false</failOnUnresolvableSignatures>