File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
tika-parsers/tika-parsers-ml/tika-age-recogniser Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 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 -->
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments