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/11/17 07:47:34 UTC

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

commit 0ccc3bf5ebddc864072ba94d4321a1985062fa06
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Nov 17 08:47:24 2022 +0100

    TIKA-3917: update spring
---
 tika-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index ee53f10c3..5f202222d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -380,7 +380,8 @@
     <sis.version>1.2</sis.version>
     <slf4j.version>2.0.3</slf4j.version>
     <solrj.version>8.11.2</solrj.version>
-    <spring.version>5.3.23</spring.version>
+    <!-- NOTE: Spring 6 requires jdk17 -->
+    <spring.version>5.3.24</spring.version>
     <sqlite.version>3.39.4.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
     <test.containers.version>1.17.6</test.containers.version>