Skip to content

Commit 2bb73fb

Browse files
LuciferYangsarutak
authored andcommitted
[SPARK-53950][BUILD] Upgrade scala-xml to 2.4.0
### What changes were proposed in this pull request? The pr aims to upgrade `scala-xml` from `2.3.0` to `2.4.0` ### Why are the changes needed? The full release notes: https://github.com/scala/scala-xml/releases/tag/v2.4.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass Github Actions ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52659 from LuciferYang/scala-xml-2.4.0. Authored-by: yangjie01 <[email protected]> Signed-off-by: Kousuke Saruta <[email protected]>
1 parent b1f5428 commit 2bb73fb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ scala-library/2.13.17//scala-library-2.13.17.jar
269269
scala-parallel-collections_2.13/1.2.0//scala-parallel-collections_2.13-1.2.0.jar
270270
scala-parser-combinators_2.13/2.4.0//scala-parser-combinators_2.13-2.4.0.jar
271271
scala-reflect/2.13.17//scala-reflect-2.13.17.jar
272-
scala-xml_2.13/2.3.0//scala-xml_2.13-2.3.0.jar
272+
scala-xml_2.13/2.4.0//scala-xml_2.13-2.4.0.jar
273273
slf4j-api/2.0.17//slf4j-api-2.0.17.jar
274274
snakeyaml-engine/2.10//snakeyaml-engine-2.10.jar
275275
snakeyaml/2.4//snakeyaml-2.4.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@
11741174
<dependency>
11751175
<groupId>org.scala-lang.modules</groupId>
11761176
<artifactId>scala-xml_${scala.binary.version}</artifactId>
1177-
<version>2.3.0</version>
1177+
<version>2.4.0</version>
11781178
</dependency>
11791179
<dependency>
11801180
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)