You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2023/02/23 04:08:38 UTC

[tika] branch main updated: TIKA-3980: update grpc-core exclusion

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 706cb30b9 TIKA-3980: update grpc-core exclusion
706cb30b9 is described below

commit 706cb30b9284459fb875e2329f8263227aa848b4
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Feb 23 05:08:25 2023 +0100

    TIKA-3980: update grpc-core exclusion
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2a4b324bd..ad7afba2f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1008,7 +1008,7 @@
             <dependency>
               <groupId>io.grpc</groupId>
               <artifactId>grpc-core</artifactId>
-              <version>1.52.1</version>
+              <version>1.53.0</version>
             </dependency>
             <exclude>
               <!-- CVE-2018-18928 does affect the java library not just the c/c++ library,