diff --git a/pom.xml b/pom.xml
index 7a81101d2d493..ae65be7d3e33b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
2.5.0
- 3.21.12
+ 3.22.0
3.11.4
${hadoop.version}
3.6.3
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 4b077f593fe48..2c3907bc734d6 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.12"
+ val protoVersion = "3.22.0"
// GRPC version used for Spark Connect.
val gprcVersion = "1.47.0"
}