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 2022/08/10 06:54:13 UTC

[tika] branch branch_1x updated: TIKA-3793: update protobuf

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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 63270c745 TIKA-3793: update protobuf
63270c745 is described below

commit 63270c7456af936f018935f54b65a995c3bb5263
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Aug 10 08:53:02 2022 +0200

    TIKA-3793: update protobuf
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 9695c1324..5e03457c3 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
-      <version>3.21.4</version>
+      <version>3.21.5</version>
     </dependency>
     <dependency>
       <groupId>edu.ucar</groupId>