You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/02/24 18:51:20 UTC

[tika] 02/06: bump spring to avoid vulnerable code: https://ossindex.sonatype.org/vuln/fe1be8c0-575d-49bc-906d-582e1dd589dd

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

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

commit d9d42aa116699967106ecf0e83ae5d2e355570c6
Author: tallison <ta...@apache.org>
AuthorDate: Fri Feb 21 13:33:47 2020 -0500

    bump spring to avoid vulnerable code: https://ossindex.sonatype.org/vuln/fe1be8c0-575d-49bc-906d-582e1dd589dd
---
 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 dd813a9..422000d 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -152,7 +152,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.2.1.RELEASE</version>
+      <version>5.2.3.RELEASE</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>