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:38:46 UTC

[tika] branch branch_1x updated: TIKA-3502: update spring

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 cc031e0  TIKA-3502: update spring
cc031e0 is described below

commit cc031e034a5169a5ccc50c4497573bd14e0b9773
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Jul 28 16:38:33 2021 +0200

    TIKA-3502: update spring
---
 tika-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 9bad6b4..d879dcd 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.3.8</version>
+      <version>5.3.9</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>