This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new d66166a5f024 [SPARK-50796][BUILD] Upgrade `protobuf-java` to 4.29.3
d66166a5f024 is described below
commit d66166a5f02498c4d8b8241f9ed0550336eb8992
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 13 10:22:39 2025 +0800
[SPARK-50796][BUILD] Upgrade `protobuf-java` to 4.29.3
### What changes were proposed in this pull request?
This PR aims to upgrade `protobuf-java` to 4.29.3.
### Why are the changes needed?
To use the latest `protobuf-java` version for Apache Spark 4.0.0.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #49456 from dongjoon-hyun/SPARK-50796.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
pom.xml | 2 +-
project/SparkBuild.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a9065170c0c0..41a5ce0c5592 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<!-- make sure to update IsolatedClientLoader whenever this version is
changed -->
<hadoop.version>3.4.1</hadoop.version>
<!-- SPARK-41247: When updating `protobuf.version`, also need to update
`protoVersion` in `SparkBuild.scala` -->
- <protobuf.version>4.29.1</protobuf.version>
+ <protobuf.version>4.29.3</protobuf.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<zookeeper.version>3.9.3</zookeeper.version>
<curator.version>5.7.1</curator.version>
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index d9bf604b46c7..4cf512c0f3cd 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -89,7 +89,7 @@ object BuildCommons {
// Google Protobuf version used for generating the protobuf.
// SPARK-41247: needs to be consistent with `protobuf.version` in `pom.xml`.
- val protoVersion = "4.29.1"
+ val protoVersion = "4.29.3"
// GRPC version used for Spark Connect.
val grpcVersion = "1.67.1"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]