This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 56f56f34d exclude spring-context 5.3.9 from ossindex -- no fix yet 
available
56f56f34d is described below

commit 56f56f34d1a3b027e832fc8fd331aca21fa90086
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 000b50ba8..a66ce8a78 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -428,6 +428,7 @@
     <snappy.version>1.1.10.7</snappy.version>
     <solrj.version>8.11.4</solrj.version>
     <!-- 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>
     <stax.ex.version>2.1.0</stax.ex.version>
@@ -1173,6 +1174,11 @@
                 <artifactId>hdf5-platform</artifactId>
                 <version>1.14.3-1.5.10</version>
             </coordinate>
+            <coordinate>
+              <groupId>org.springframework</groupId>
+              <artifactId>spring-context</artifactId>
+              <version>5.3.39</version>
+            </coordinate>
           </excludeCoordinates>
           <fail>true</fail>
         </configuration>

Reply via email to