You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2020/12/19 16:00:55 UTC

[tika] branch branch_1x updated: TIKA-3244: update forbiddenapis

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

tilman 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 846d3ee  TIKA-3244: update forbiddenapis
846d3ee is described below

commit 846d3eeafbd1c5c44037a22c92b989f53a34cefc
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Dec 19 17:00:11 2020 +0100

    TIKA-3244: update forbiddenapis
---
 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 c9cdc21..7b8c44a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -322,7 +322,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <!-- plugin versions -->
-    <forbiddenapis.version>3.0.1</forbiddenapis.version>
+    <forbiddenapis.version>3.1</forbiddenapis.version>
     <groovy.maven.version>2.1</groovy.maven.version>
     <maven.antrun.version>1.8</maven.antrun.version>
     <maven.assembly.version>3.1.0</maven.assembly.version>