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:15:12 UTC

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

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 571900ac3 TIKA-4123: update avro
     new 73e00dde6 Merge branch 'main' of https://gitbox.apache.org/repos/asf/tika
571900ac3 is described below

commit 571900ac30753cd4115cff64d04e57fbb4b2a2b8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Sep 29 05:41:07 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 5690dc5cb..3772b921c 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>