You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by gr...@apache.org on 2022/11/09 14:15:42 UTC

[tika] branch main updated: Update forbiddenapis' commons-io signatures version

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

grossws 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 c6578ed66 Update forbiddenapis' commons-io signatures version
c6578ed66 is described below

commit c6578ed661715fb91aa34b6eb7a024e5f360f4c0
Author: Konstantin Gribov <gr...@gmail.com>
AuthorDate: Wed Nov 9 17:14:52 2022 +0300

    Update forbiddenapis' commons-io signatures version
---
 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 2d40a9681..2d07bf90c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1136,7 +1136,7 @@
             <bundledSignature>jdk-non-portable</bundledSignature>
             <bundledSignature>jdk-internal</bundledSignature>
             <!-- replace with ${commons.io.version} when available -->
-            <bundledSignature>commons-io-unsafe-2.7</bundledSignature>
+            <bundledSignature>commons-io-unsafe-2.11.0</bundledSignature>
           </bundledSignatures>
         </configuration>
         <executions>