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 52dba88d8 TIKA-3751: update protobuf
52dba88d8 is described below
commit 52dba88d8d7dd5f2f0b84adaa747801349dae6b1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu May 26 20:44:21 2022 +0200
TIKA-3751: 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 95ee7195a..d21f0f8ad 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -461,7 +461,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.20.1</version>
+ <version>3.21.0</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>