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 2023/01/13 21:35:17 UTC

[tika] branch main updated: Update ossindex to ignore more recent version of grpc-core wrt pr #902.

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

tallison 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 644f443cb Update ossindex to ignore more recent version of grpc-core wrt pr #902.
644f443cb is described below

commit 644f443cbabc9e4e02eacda263d81ed910a1da8f
Author: tallison <ta...@apache.org>
AuthorDate: Fri Jan 13 16:35:01 2023 -0500

    Update ossindex to ignore more recent version of grpc-core wrt pr #902.
---
 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 0a5fc529f..72bfd31af 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -993,7 +993,7 @@
             <dependency>
               <groupId>io.grpc</groupId>
               <artifactId>grpc-core</artifactId>
-              <version>1.51.0</version>
+              <version>1.51.1</version>
             </dependency>
             <exclude>
               <!-- CVE-2018-18928 does affect the java library not just the c/c++ library,