This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 089348aeae5 [SPARK-41711][BUILD] Upgrade protobuf-java to 3.21.12
089348aeae5 is described below
commit 089348aeae5fb06be17ffeed2464fe1346ab4566
Author: yangjie01 <[email protected]>
AuthorDate: Tue Dec 27 08:08:41 2022 +0900
[SPARK-41711][BUILD] Upgrade protobuf-java to 3.21.12
### What changes were proposed in this pull request?
This pr aims upgrade protobuf-java from 3.21.11 to 3.21.12
### Why are the changes needed?
The release notes as follows:
- https://github.com/protocolbuffers/protobuf/releases/tag/v21.12
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
Closes #39217 from LuciferYang/SPARK-41711.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Hyukjin Kwon <[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 2a9ad47066e..46142c4e50b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<protobuf.hadoopDependency.version>2.5.0</protobuf.hadoopDependency.version>
<!-- Actual Protobuf version in Spark modules like Spark Connect, protobuf
connector, etc. -->
<!-- SPARK-41247: When updating `protobuf.version`, also need to update
`protoVersion` in `SparkBuild.scala` -->
- <protobuf.version>3.21.11</protobuf.version>
+ <protobuf.version>3.21.12</protobuf.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<yarn.version>${hadoop.version}</yarn.version>
<zookeeper.version>3.6.3</zookeeper.version>
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index cf9342b7777..951d0599912 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -88,7 +88,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.21.11"
+ val protoVersion = "3.21.12"
// GRPC version used for Spark Connect.
val gprcVersion = "1.47.0"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]