Skip to content

Commit ea0e119

Browse files
committed
[SPARK-28111][BUILD] Upgrade xbean-asm7-shaded to 4.14
## What changes were proposed in this pull request? This PR aims to update `xbean-asm7-shaded` to bring [XBEAN-318](https://issues.apache.org/jira/browse/XBEAN-318) which is helpful to log the class definition reading failures. - https://issues.apache.org/jira/projects/XBEAN/versions/12345220 ## How was this patch tested? Pass the Jenkins. Closes apache#24914 from dongjoon-hyun/SPARK-28111. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d9697fe commit ea0e119

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/deps/spark-deps-hadoop-2.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ stringtemplate-3.2.1.jar
192192
super-csv-2.2.0.jar
193193
univocity-parsers-2.7.3.jar
194194
validation-api-1.1.0.Final.jar
195-
xbean-asm7-shaded-4.13.jar
195+
xbean-asm7-shaded-4.14.jar
196196
xercesImpl-2.9.1.jar
197197
xmlenc-0.52.jar
198198
xz-1.5.jar

dev/deps/spark-deps-hadoop-3.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ token-provider-1.0.1.jar
214214
univocity-parsers-2.7.3.jar
215215
validation-api-1.1.0.Final.jar
216216
woodstox-core-5.0.3.jar
217-
xbean-asm7-shaded-4.13.jar
217+
xbean-asm7-shaded-4.14.jar
218218
xz-1.5.jar
219219
zjsonpatch-0.3.0.jar
220220
zookeeper-3.4.13.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
<dependency>
332332
<groupId>org.apache.xbean</groupId>
333333
<artifactId>xbean-asm7-shaded</artifactId>
334-
<version>4.13</version>
334+
<version>4.14</version>
335335
</dependency>
336336

337337
<!-- Shaded deps marked as provided. These are promoted to compile scope

0 commit comments

Comments
 (0)