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/07/05 04:03:34 UTC

[tika] branch main updated: TIKA-3795: update protobuf

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 0d7a42f34 TIKA-3795: update protobuf
0d7a42f34 is described below

commit 0d7a42f347eea157746277f0e6078fd9a03f0c70
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Tue Jul 5 06:03:19 2022 +0200

    TIKA-3795: update protobuf
---
 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 d3664a455..963322799 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -471,7 +471,7 @@
       <dependency>
         <groupId>com.google.protobuf</groupId>
         <artifactId>protobuf-java</artifactId>
-        <version>3.21.0</version>
+        <version>3.21.2</version>
       </dependency>
       <dependency>
         <groupId>com.ibm.icu</groupId>