diff --git a/pom.xml b/pom.xml index 54eb92873853c..da7c8eccfceac 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ 2.5.0 - 3.21.9 + 3.21.11 3.11.4 ${hadoop.version} 3.6.3 diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 2dbcea60de9e2..556f8528ea1b0 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -87,7 +87,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.9" + val protoVersion = "3.21.11" // GRPC version used for Spark Connect. val gprcVersion = "1.47.0" }