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

tilman 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 38c89bbd0 TIKA-4239: remove exclusion that is no longer needed
38c89bbd0 is described below

commit 38c89bbd097cc2eabf402624535b8d94458c6d86
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 12 12:53:35 2024 +0200

    TIKA-4239: remove exclusion that is no longer needed
---
 tika-parent/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f03dff464..310c08388 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1064,14 +1064,6 @@
               <artifactId>guava</artifactId>
               <version>32.0.0-jre</version>
             </exclude>
-            <!-- sonatype 
https://ossindex.sonatype.org/vulnerability/sonatype-2021-0818 
-            false positive? related bug 
https://github.com/grpc/grpc-java/issues/8311
-            has been fixed -->
-            <dependency>
-              <groupId>io.grpc</groupId>
-              <artifactId>grpc-core</artifactId>
-              <version>1.53.0</version>
-            </dependency>
             <exclude>
               <!-- CVE-2018-18928 does affect the java library not just the 
c/c++ library,
               upon further research -->

Reply via email to