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/07/28 14:47:12 UTC

[tika] branch main updated: TIKA-3502: update commons-io and spring

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

tilman 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 9a6dbed  TIKA-3502: update commons-io and spring
9a6dbed is described below

commit 9a6dbed5a623eebb7bec295d3a57252f6c958e79
Author: THausherr <ti...@snafu.de>
AuthorDate: Wed Jul 28 16:46:43 2021 +0200

    TIKA-3502: update commons-io and spring
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 12fd55f..0b912cf 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -292,7 +292,7 @@
     <commons.compress.version>1.21</commons.compress.version>
     <commons.csv.version>1.8</commons.csv.version>
     <commons.exec.version>1.3</commons.exec.version>
-    <commons.io.version>2.10.0</commons.io.version>
+    <commons.io.version>2.11.0</commons.io.version>
     <commons.lang3.version>3.12.0</commons.lang3.version>
     <commons.logging.version>1.2</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
@@ -352,7 +352,7 @@
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
     <slf4j.version>1.7.31</slf4j.version>
     <solrj.version>8.9.0</solrj.version>
-    <spring.version>5.3.8</spring.version>
+    <spring.version>5.3.9</spring.version>
     <sqlite.version>3.36.0.1</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.15.2</test.containers.version>