This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new ac3161605 exclude spring-context 5.3.9 from ossindex -- no fix yet
available
ac3161605 is described below
commit ac3161605d451c0f7a30fea41252c4fb5bba9d4a
Author: tallison <[email protected]>
AuthorDate: Tue Oct 22 09:07:27 2024 -0400
exclude spring-context 5.3.9 from ossindex -- no fix yet available
---
tika-parent/pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 24ef39db1..db45af8ec 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -398,7 +398,8 @@
<sis.version>1.3</sis.version>
<slf4j.version>2.0.16</slf4j.version>
<solrj.version>8.11.4</solrj.version>
- <!-- NOTE: Spring 6 requires jdk17 -->
+ <!-- NOTE: Spring 6 requires jdk17 -->
+ <!-- remove from ossindex when bumping from 5.3.39 -->
<spring.version>5.3.39</spring.version>
<sqlite.version>3.46.1.3</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
@@ -1151,6 +1152,11 @@
<artifactId>jetty-http</artifactId>
<version>9.4.56.v20240826</version>
</coordinate>
+ <coordinate>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>5.3.39</version>
+ </coordinate>
</excludeCoordinates>
<fail>true</fail>
</configuration>