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 e8c5bfc4d TIKA-4326: update kafka, remove zookeeper where possible;
update byte-buddy
e8c5bfc4d is described below
commit e8c5bfc4d5dc62f03e71dcef2ccfefd8de53a4b8
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Nov 8 20:19:17 2024 +0100
TIKA-4326: update kafka, remove zookeeper where possible; update byte-buddy
---
tika-parent/pom.xml | 8 +-------
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 14 +-------------
2 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f96193b26..88e3170ba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -394,7 +394,7 @@
<juniversalchardet.version>2.5.0</juniversalchardet.version>
<junrar.version>7.5.5</junrar.version>
<jwarc.version>0.30.0</jwarc.version>
- <kafka.version>3.8.1</kafka.version>
+ <kafka.version>3.9.0</kafka.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.24.1</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
@@ -1029,12 +1029,6 @@
<artifactId>maven-plugin-annotations</artifactId>
<version>${maven.plugin.annotations.version}</version>
</dependency>
- <!-- for zookeeper to avoid CVE-2023-6378 -->
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>${logback.version}</version>
- </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
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 5f7f603ea..c044d78ea 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.15.10</version>
+ <version>1.15.7</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
@@ -108,18 +108,6 @@
<version>2.3.1</version>
</dependency>
- <!-- avoid conflicts because of age-predictor-api -->
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <version>${zookeeper.version}</version>
- <exclusions>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty-transport-native-unix-common</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<!-- netty dependency removed, either it isn't needed,
or our test coverage isn't good enough -->
<dependency>