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 2021/11/29 14:43:27 UTC

[tika] branch branch_1x updated: TIKA-3601 - Update JSoup to fix CVE-2021-37714 (#458)

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new ed53797  TIKA-3601 - Update JSoup to fix CVE-2021-37714 (#458)
ed53797 is described below

commit ed53797129e25cd9b879879c12d40d3ff4455518
Author: Colm O hEigeartaigh <co...@users.noreply.github.com>
AuthorDate: Mon Nov 29 14:43:20 2021 +0000

    TIKA-3601 - Update JSoup to fix CVE-2021-37714 (#458)
    
    Thank you!
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 6fcbb5b..8032833 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -574,7 +574,7 @@
     <dependency>
       <groupId>org.jsoup</groupId>
       <artifactId>jsoup</artifactId>
-      <version>1.13.1</version>
+      <version>1.14.3</version>
     </dependency>
     <dependency>
       <groupId>com.google.protobuf</groupId>