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 d211faf37 TIKA-4379: update byte-buddy, apache parent
d211faf37 is described below

commit d211faf37e8450949e137d1b18e65b174ea0f19c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Mar 24 11:30:01 2025 +0100

    TIKA-4379: update byte-buddy, apache parent
---
 tika-parent/pom.xml                                      | 2 +-
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 229a1aacb..6b5f6b4c4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath />
   </parent>
 
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 e3cb3ac55..2fe6ac8f0 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.2</version>
+        <version>1.17.4</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>

Reply via email to