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 1b8dace9d TIKA-4166: update byte-buddy, jetbrains annotations
1b8dace9d is described below

commit 1b8dace9d28d2d0cbd3276b87977bdb9cad81e0c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Sep 27 21:08:08 2024 +0200

    TIKA-4166: update byte-buddy, jetbrains annotations
---
 tika-langdetect/tika-langdetect-optimaize/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-langdetect/tika-langdetect-optimaize/pom.xml 
b/tika-langdetect/tika-langdetect-optimaize/pom.xml
index 935ab7f30..8fcea3b74 100644
--- a/tika-langdetect/tika-langdetect-optimaize/pom.xml
+++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.jetbrains</groupId>
       <artifactId>annotations</artifactId>
-      <version>24.1.0</version>
+      <version>25.0.0</version>
     </dependency>
     <!-- test dependencies -->
     <dependency>
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 49cc71472..73b898f03 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>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.15.1</version>
+        <version>1.15.3</version>
       </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>

Reply via email to