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 69c937a8b update grpc-core to avoid ossindex complaints
69c937a8b is described below

commit 69c937a8bbd165051c8cbf635b9f27d8bdb70cf1
Author: tballison <talli...@apache.org>
AuthorDate: Thu Oct 27 15:21:48 2022 -0400

    update grpc-core to avoid ossindex complaints
---
 tika-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4f08b7552..8834163b9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -514,6 +514,11 @@
         <artifactId>commons-logging</artifactId>
         <version>${commons.logging.version}</version>
       </dependency>
+      <dependency>
+        <groupId>io.grpc</groupId>
+        <artifactId>grpc-core</artifactId>
+        <version>1.50.2</version>
+      </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-common</artifactId>

Reply via email to