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

tilman 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 f25f700b7 TIKA-4379: update byte-buddy
f25f700b7 is described below

commit f25f700b751f47ab669e3af51f0acc603f4dc726
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Mar 9 12:53:51 2025 +0100

    TIKA-4379: 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 04cc6252c..7fa814a4b 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -75,7 +75,7 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.17.1</version>
+        <version>1.17.2</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>

Reply via email to