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 69eca3203 TIKA-4326: update scala, jline, jersey-common
69eca3203 is described below
commit 69eca320367e12334c28db2d4f2efd8c14a49692
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Jan 13 10:15:51 2025 +0100
TIKA-4326: update scala, jline, jersey-common
---
.../tika-parsers-ml/tika-age-recogniser/pom.xml | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 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 875d4697c..838995a2e 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -54,17 +54,28 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
- <version>2.12.19</version>
+ <version>2.12.20</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
- <version>2.13.15</version>
+ <version>2.13.16</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
- <version>2.13.15</version>
+ <version>2.13.16</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jline</groupId>
+ <artifactId>jline</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.jline</groupId>
+ <artifactId>jline</artifactId>
+ <version>3.28.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
@@ -228,7 +239,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
- <version>3.1.9</version>
+ <version>3.1.10</version>
</dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>