Skip to content

Commit 43b753a

Browse files
LuciferYangsrowen
authored andcommitted
[SPARK-44522][BUILD] Upgrade scala-xml to 2.2.0
### What changes were proposed in this pull request? This pr aims to upgrade `scala-xml` from 2.1.0 to 2.2.0. ### Why are the changes needed? The new version bring some bug fix like: - scala/scala-xml#651 - scala/scala-xml#677 The full release notes as follows: - https://github.com/scala/scala-xml/releases/tag/v2.2.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - Checked Scala 2.13, all Scala test passed: https://github.com/LuciferYang/spark/runs/15278359785 Closes #42119 from LuciferYang/scala-xml-220. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 91e97f9 commit 43b753a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ scala-compiler/2.12.18//scala-compiler-2.12.18.jar
229229
scala-library/2.12.18//scala-library-2.12.18.jar
230230
scala-parser-combinators_2.12/2.3.0//scala-parser-combinators_2.12-2.3.0.jar
231231
scala-reflect/2.12.18//scala-reflect-2.12.18.jar
232-
scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
232+
scala-xml_2.12/2.2.0//scala-xml_2.12-2.2.0.jar
233233
shims/0.9.45//shims-0.9.45.jar
234234
slf4j-api/2.0.7//slf4j-api-2.0.7.jar
235235
snakeyaml-engine/2.6//snakeyaml-engine-2.6.jar

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
<dependency>
10901090
<groupId>org.scala-lang.modules</groupId>
10911091
<artifactId>scala-xml_${scala.binary.version}</artifactId>
1092-
<version>2.1.0</version>
1092+
<version>2.2.0</version>
10931093
</dependency>
10941094
<dependency>
10951095
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)