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/07/15 04:02:37 UTC

[tika] branch main updated: TIKA-3795: update 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 f0d5318e6 TIKA-3795: update spring
f0d5318e6 is described below

commit f0d5318e65c36af2db39d1243fb9a0174874cc85
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Jul 15 06:02:29 2022 +0200

    TIKA-3795: update spring
---
 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 955233e9e..e1adb1530 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -375,7 +375,7 @@
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
     <slf4j.version>1.7.36</slf4j.version>
     <solrj.version>8.11.2</solrj.version>
-    <spring.version>5.3.21</spring.version>
+    <spring.version>5.3.22</spring.version>
     <sqlite.version>3.36.0.3</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.17.3</test.containers.version>