This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new ccdd73b149 TIKA-4792: update byte-buddy
ccdd73b149 is described below
commit ccdd73b149fddf931b3303b5549959360c67a8c4
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Sep 5 12:30:10 2026 +0200
TIKA-4792: update byte-buddy
---
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 bc3ad2ef86..357db68ec8 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -76,7 +76,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.18.11</version>
+ <version>1.18.13</version>
<scope>test</scope>
</dependency>
<dependency>