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 @@ -263,7 +263,7 @@ xbean-asm9-shaded/4.20//xbean-asm9-shaded-4.20.jar
263263xercesImpl/2.12.2//xercesImpl-2.12.2.jar
264264xml-apis/1.4.01//xml-apis-1.4.01.jar
265265xmlenc/0.52//xmlenc-0.52.jar
266- xz/1.8 //xz-1.8 .jar
266+ xz/1.9 //xz-1.9 .jar
267267zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
268268zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
269269zookeeper/3.6.2//zookeeper-3.6.2.jar
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ univocity-parsers/2.9.1//univocity-parsers-2.9.1.jar
250250velocity/1.5//velocity-1.5.jar
251251wildfly-openssl/1.0.7.Final//wildfly-openssl-1.0.7.Final.jar
252252xbean-asm9-shaded/4.20//xbean-asm9-shaded-4.20.jar
253- xz/1.8 //xz-1.8 .jar
253+ xz/1.9 //xz-1.9 .jar
254254zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
255255zookeeper-jute/3.6.2//zookeeper-jute-3.6.2.jar
256256zookeeper/3.6.2//zookeeper-3.6.2.jar
Original file line number Diff line number Diff line change 14401440 </exclusion >
14411441 </exclusions >
14421442 </dependency >
1443+ <!--
1444+ SPARK-41031: `xz` is marked as optional in the dependency tree of `avro`,
1445+ we need to manually check `xz` version when upgrading `avro`.
1446+ -->
14431447 <dependency >
14441448 <groupId >org.tukaani</groupId >
14451449 <artifactId >xz</artifactId >
1446- <version >1.8 </version >
1450+ <version >1.9 </version >
14471451 </dependency >
14481452 <!-- See SPARK-23654 for info on this dependency;
14491453 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