Skip to content

Commit 1f21a8b

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[SPARK-53951][BUILD] Upgrade protobuf-java to 4.33.0
### What changes were proposed in this pull request? This PR aims to upgrade `protobuf-java` from 4.29.3 to 4.33.0 ### Why are the changes needed? To use the latest `protobuf-java` version for Apache Spark 4.1.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 #52660 from LuciferYang/protobuf-4.33.0. Lead-authored-by: yangjie01 <[email protected]> Co-authored-by: YangJie <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b0327f3 commit 1f21a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<!-- make sure to update IsolatedClientLoader whenever this version is changed -->
129129
<hadoop.version>3.4.2</hadoop.version>
130130
<!-- SPARK-41247: When updating `protobuf.version`, also need to update `protoVersion` in `SparkBuild.scala` -->
131-
<protobuf.version>4.29.3</protobuf.version>
131+
<protobuf.version>4.33.0</protobuf.version>
132132
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
133133
<zookeeper.version>3.9.4</zookeeper.version>
134134
<curator.version>5.9.0</curator.version>

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object BuildCommons {
9090

9191
// Google Protobuf version used for generating the protobuf.
9292
// SPARK-41247: needs to be consistent with `protobuf.version` in `pom.xml`.
93-
val protoVersion = "4.29.3"
93+
val protoVersion = "4.33.0"
9494
}
9595

9696
object SparkBuild extends PomBuild {

0 commit comments

Comments
 (0)