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 2022/05/18 18:56:10 UTC

[tika] 01/02: TIKA-3770: 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

commit 932dc1ec88cf5befb158912538c18e80dc4114e0
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed May 18 20:52:10 2022 +0200

    TIKA-3770: 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 8a0e5990d..21dd53c8f 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.19</version>
+      <version>5.3.20</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>