Skip to content

Commit ca726c1

Browse files
committed
[SPARK-49721][BUILD] Upgrade protobuf-java to 3.25.5
### What changes were proposed in this pull request? This PR aims to upgrade `protobuf-java` to 3.25.5. ### Why are the changes needed? To bring the latest bug fixes. ### 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 #48170 Closes #48171 from dongjoon-hyun/SPARK-49721. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0445579 commit ca726c1

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
@@ -124,7 +124,7 @@
124124
<!-- make sure to update IsolatedClientLoader whenever this version is changed -->
125125
<hadoop.version>3.4.0</hadoop.version>
126126
<!-- SPARK-41247: When updating `protobuf.version`, also need to update `protoVersion` in `SparkBuild.scala` -->
127-
<protobuf.version>3.25.4</protobuf.version>
127+
<protobuf.version>3.25.5</protobuf.version>
128128
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
129129
<yarn.version>${hadoop.version}</yarn.version>
130130
<zookeeper.version>3.9.2</zookeeper.version>

project/SparkBuild.scala

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

9090
// Google Protobuf version used for generating the protobuf.
9191
// SPARK-41247: needs to be consistent with `protobuf.version` in `pom.xml`.
92-
val protoVersion = "3.25.4"
92+
val protoVersion = "3.25.5"
9393
// GRPC version used for Spark Connect.
9494
val grpcVersion = "1.62.2"
9595
}

0 commit comments

Comments
 (0)