File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ xbean-asm9-shaded/4.22//xbean-asm9-shaded-4.22.jar
267267xercesImpl/2.12.2//xercesImpl-2.12.2.jar
268268xml-apis/1.4.01//xml-apis-1.4.01.jar
269269xmlenc/0.52//xmlenc-0.52.jar
270- xz/1.8 //xz-1.8 .jar
270+ xz/1.9 //xz-1.9 .jar
271271zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
272272zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
273273zookeeper/3.6.2//zookeeper-3.6.2.jar
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
252252velocity/1.5//velocity-1.5.jar
253253wildfly-openssl/1.0.7.Final//wildfly-openssl-1.0.7.Final.jar
254254xbean-asm9-shaded/4.22//xbean-asm9-shaded-4.22.jar
255- xz/1.8 //xz-1.8 .jar
255+ xz/1.9 //xz-1.9 .jar
256256zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
257257zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
258258zookeeper/3.6.2//zookeeper-3.6.2.jar
Original file line number Diff line number Diff line change 14821482 </exclusion >
14831483 </exclusions >
14841484 </dependency >
1485+ <!--
1486+ SPARK-41031: `xz` is marked as optional in the dependency tree of `avro`,
1487+ we need to manually check `xz` version when upgrading `avro`.
1488+ -->
14851489 <dependency >
14861490 <groupId >org.tukaani</groupId >
14871491 <artifactId >xz</artifactId >
1488- <version >1.8 </version >
1492+ <version >1.9 </version >
14891493 </dependency >
14901494 <!-- See SPARK-23654 for info on this dependency;
14911495 It is used to keep javax.activation at v1.1.1 after dropping
You can’t perform that action at this time.
0 commit comments