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 ad42de0 TIKA-3244: update protobuf
ad42de0 is described below
commit ad42de04936c5b6958459d4d70377cb9982f4c26
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Dec 25 09:11:05 2020 +0100
TIKA-3244: 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 98492e5..120be9b 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -590,7 +590,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.12.2</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>