diff --git a/pom.xml b/pom.xml
index 694ea31e6f377..ddabc82d2ad13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
3.4.0
- 3.25.4
+ 3.25.5
3.11.4
${hadoop.version}
3.9.2
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index d93a52985b772..2f390cb70baa8 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.4"
+ val protoVersion = "3.25.5"
// GRPC version used for Spark Connect.
val grpcVersion = "1.62.2"
}