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 2021/03/13 18:09:25 UTC

[tika] branch branch_1x updated: TIKA-3244: update commons-lang

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 52b18f5  TIKA-3244: update commons-lang
52b18f5 is described below

commit 52b18f5c94b29f296d19b516fed49848fd4105e6
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Mar 13 19:09:07 2021 +0100

    TIKA-3244: update commons-lang
---
 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 fa26410..c8ba0cd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -337,7 +337,7 @@
         <poi.version>4.1.2</poi.version>
         <commons.compress.version>1.20</commons.compress.version>
         <commons.io.version>2.8.0</commons.io.version>
-        <commons.lang3.version>3.11</commons.lang3.version>
+        <commons.lang3.version>3.12.0</commons.lang3.version>
         <gson.version>2.8.6</gson.version>
         <guava.version>30.1-jre</guava.version>
         <osgi.core.version>6.0.0</osgi.core.version>