This is an automated email from the ASF dual-hosted git repository.
yao 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 85d4da8b0dbc [SPARK-49497][BUILD] Upgrade protobuf-java to 3.25.4
85d4da8b0dbc is described below
commit 85d4da8b0dbca199d8ad2d03cccabeac89900fd4
Author: pengqli <[email protected]>
AuthorDate: Tue Sep 3 16:04:28 2024 +0800
[SPARK-49497][BUILD] Upgrade protobuf-java to 3.25.4
### What changes were proposed in this pull request?
### Why are the changes needed?
https://github.com/protocolbuffers/protobuf/compare/v3.25.3...v3.25.4
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #47969 from dev-lpq/spark_0903.
Authored-by: pengqli <[email protected]>
Signed-off-by: Kent Yao <[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 d352103e8611..1cf74ed907ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<!-- make sure to update IsolatedClientLoader whenever this version is
changed -->
<hadoop.version>3.4.0</hadoop.version>
<!-- SPARK-41247: When updating `protobuf.version`, also need to update
`protoVersion` in `SparkBuild.scala` -->
- <protobuf.version>3.25.3</protobuf.version>
+ <protobuf.version>3.25.4</protobuf.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<yarn.version>${hadoop.version}</yarn.version>
<zookeeper.version>3.9.2</zookeeper.version>
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index e3eeff9a3fbb..b9d1d62c5ca5 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 = "3.25.3"
+ val protoVersion = "3.25.4"
// GRPC version used for Spark Connect.
val grpcVersion = "1.62.2"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]