Skip to content

Commit e8c5bfc

Browse files
committed
TIKA-4326: update kafka, remove zookeeper where possible; update byte-buddy
1 parent 386a560 commit e8c5bfc

File tree

2 files changed

+2
-20
lines changed
  • tika-parent
  • tika-parsers/tika-parsers-ml/tika-age-recogniser

2 files changed

+2
-20
lines changed

tika-parent/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
<juniversalchardet.version>2.5.0</juniversalchardet.version>
395395
<junrar.version>7.5.5</junrar.version>
396396
<jwarc.version>0.30.0</jwarc.version>
397-
<kafka.version>3.8.1</kafka.version>
397+
<kafka.version>3.9.0</kafka.version>
398398
<libpst.version>0.9.3</libpst.version>
399399
<log4j2.version>2.24.1</log4j2.version>
400400
<!-- can't update to 10, needs jdk21 -->
@@ -1029,12 +1029,6 @@
10291029
<artifactId>maven-plugin-annotations</artifactId>
10301030
<version>${maven.plugin.annotations.version}</version>
10311031
</dependency>
1032-
<!-- for zookeeper to avoid CVE-2023-6378 -->
1033-
<dependency>
1034-
<groupId>ch.qos.logback</groupId>
1035-
<artifactId>logback-core</artifactId>
1036-
<version>${logback.version}</version>
1037-
</dependency>
10381032
<dependency>
10391033
<groupId>ch.qos.logback</groupId>
10401034
<artifactId>logback-classic</artifactId>

tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>net.bytebuddy</groupId>
6161
<artifactId>byte-buddy</artifactId>
62-
<version>1.15.10</version>
62+
<version>1.15.7</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.scala-lang</groupId>
@@ -108,18 +108,6 @@
108108
<version>2.3.1</version>
109109
</dependency>
110110

111-
<!-- avoid conflicts because of age-predictor-api -->
112-
<dependency>
113-
<groupId>org.apache.zookeeper</groupId>
114-
<artifactId>zookeeper</artifactId>
115-
<version>${zookeeper.version}</version>
116-
<exclusions>
117-
<exclusion>
118-
<groupId>io.netty</groupId>
119-
<artifactId>netty-transport-native-unix-common</artifactId>
120-
</exclusion>
121-
</exclusions>
122-
</dependency>
123111
<!-- netty dependency removed, either it isn't needed,
124112
or our test coverage isn't good enough -->
125113
<dependency>

0 commit comments

Comments
 (0)