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 badeaa9bf0 TIKA-4456: update avro, scala-reflect
badeaa9bf0 is described below
commit badeaa9bf0967f423961ca456f6ee9d99ea39bd6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Mar 16 11:09:30 2026 +0100
TIKA-4456: update avro, scala-reflect
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 54cb9fa758..b69c3b6f84 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
- <version>2.13.17</version>
+ <version>2.13.18</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <version>1.12.0</version>
+ <version>1.12.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>