This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 07a15635249 [SPARK-42799][BUILD] Update SBT build `xercesImpl` version
to match with `pom.xml`
07a15635249 is described below
commit 07a1563524908e4697327dd9ec5f87f6e771d893
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Mar 15 00:39:25 2023 -0700
[SPARK-42799][BUILD] Update SBT build `xercesImpl` version to match with
`pom.xml`
This PR aims to update `XercesImpl` version to `2.12.2` from `2.12.0` in
order to match with the version of `pom.xml`.
https://github.com/apache/spark/blob/149e020a5ca88b2db9c56a9d48e0c1c896b57069/pom.xml#L1429-L1433
When we updated this version via SPARK-39183, we missed to update
`SparkBuild.scala`.
- https://github.com/apache/spark/pull/36544
No, this is a dev-only change because the release artifact' dependency is
managed by Maven.
Pass the CIs.
Closes #40431 from dongjoon-hyun/SPARK-42799.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 049aa380b8b1361c2898bc499e64613d329c6f72)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
project/SparkBuild.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 2413087dd6e..965e96e5f18 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -712,7 +712,7 @@ object DependencyOverrides {
lazy val settings = Seq(
dependencyOverrides += "com.google.guava" % "guava" % guavaVersion,
dependencyOverrides += "com.google.protobuf" % "protobuf-java" %
protoVersion,
- dependencyOverrides += "xerces" % "xercesImpl" % "2.12.0",
+ dependencyOverrides += "xerces" % "xercesImpl" % "2.12.2",
dependencyOverrides += "jline" % "jline" % "2.14.6",
dependencyOverrides += "org.apache.avro" % "avro" % "1.11.0")
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]