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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2c4e50d63 TIKA-4166: remove exclusion that is no longer needed
2c4e50d63 is described below

commit 2c4e50d638a78f220b558830d44f84b04968832f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Jul 12 12:29:45 2024 +0200

    TIKA-4166: 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 eb5182f81..30fe040ea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1106,14 +1106,6 @@
         <version>3.2.0</version>
         <configuration>
           <excludeCoordinates>
-            <!-- sonatype 
https://ossindex.sonatype.org/vulnerability/sonatype-2021-0818
-            false positive? related bug 
https://github.com/grpc/grpc-java/issues/8311
-            has been fixed -->
-            <coordinate>
-              <groupId>io.grpc</groupId>
-              <artifactId>grpc-core</artifactId>
-              <version>1.53.0</version>
-            </coordinate>
             <coordinate>
               <groupId>io.netty</groupId>
               <artifactId>netty-handler</artifactId>

Reply via email to