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 2023/09/29 06:19:53 UTC

[tika] branch branch_2x updated: TIKA-4123: update avro

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 0ca1f0be3 TIKA-4123: update avro
0ca1f0be3 is described below

commit 0ca1f0be3f55398f81ef17a144528d1c964f0cb2
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Sep 29 08:19:44 2023 +0200

    TIKA-4123: update avro
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 180cbb48b..54ab7676a 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -70,7 +70,7 @@
       <dependency>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro</artifactId>
-        <version>1.11.2</version>
+        <version>1.11.3</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>