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 54faff29e TIKA-3793: update protobuf
54faff29e is described below
commit 54faff29e00411b94913702162617e9b692a6753
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 27 08:08:32 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 ef86ac719..f527612e9 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.3</version>
+ <version>3.21.4</version>
</dependency>
<dependency>
<groupId>edu.ucar</groupId>