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 7f7b11b77 TIKA-4166: update scala, byte-buddy
7f7b11b77 is described below

commit 7f7b11b773bdfefe84e1a343f2c07ed2788986ca
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Sep 22 09:55:44 2024 +0200

    TIKA-4166: update scala, byte-buddy
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 9 +++++++--
 1 file changed, 7 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 b29c1121e..875f406bc 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -52,15 +52,20 @@
         <artifactId>scala-library</artifactId>
         <version>2.12.19</version>
       </dependency>
+      <dependency>
+        <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy</artifactId>
+        <version>1.15.1</version>
+      </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-reflect</artifactId>
-        <version>2.13.14</version>
+        <version>2.13.15</version>
       </dependency>
       <dependency>
           <groupId>org.scala-lang</groupId>
           <artifactId>scala-compiler</artifactId>
-          <version>2.13.14</version>
+          <version>2.13.15</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>

Reply via email to