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 472564f19 TIKA-4326: update byte-buddy, jline
472564f19 is described below

commit 472564f19503edaa1ff155b0557ec27655ffe1c6
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Oct 21 09:15:44 2024 +0200

    TIKA-4326: update byte-buddy, jline
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 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 de2fc621d..e12690413 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -57,19 +57,19 @@
         <version>2.12.19</version>
       </dependency>
       <dependency>
-        <groupId>net.bytebuddy</groupId>
-        <artifactId>byte-buddy</artifactId>
-        <version>1.15.4</version>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-reflect</artifactId>
+        <version>2.13.15</version>
       </dependency>
       <dependency>
         <groupId>org.scala-lang</groupId>
-        <artifactId>scala-reflect</artifactId>
+        <artifactId>scala-compiler</artifactId>
         <version>2.13.15</version>
       </dependency>
       <dependency>
-          <groupId>org.scala-lang</groupId>
-          <artifactId>scala-compiler</artifactId>
-          <version>2.13.15</version>
+        <groupId>net.bytebuddy</groupId>
+        <artifactId>byte-buddy</artifactId>
+        <version>1.15.5</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
@@ -220,7 +220,7 @@
       <dependency>
           <groupId>org.jline</groupId>
           <artifactId>jline</artifactId>
-          <version>3.27.0</version>
+          <version>3.27.1</version>
       </dependency>
       <dependency>
           <groupId>javax.activation</groupId>

Reply via email to