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/08 04:17:47 UTC

[tika] branch branch_1x updated: TIKA-3793: update jna, 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 cc524362c TIKA-3793: update jna, protobuf
cc524362c is described below

commit cc524362ce64853fa148b5745ccc2457df1fe718
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Jul 8 06:17:38 2022 +0200

    TIKA-3793: update jna, protobuf
---
 tika-parsers/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 81a69512e..1c9662ef0 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -571,12 +571,12 @@
     <dependency>
       <groupId>net.java.dev.jna</groupId>
       <artifactId>jna</artifactId>
-      <version>5.11.0</version>
+      <version>5.12.1</version>
     </dependency>
     <dependency>
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
-      <version>3.19.4</version>
+      <version>3.21.2</version>
     </dependency>
     <dependency>
       <groupId>edu.ucar</groupId>