diff --git a/pom.xml b/pom.xml index a3b7f57ace9c4..2cb6ff86bb589 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ 2.5.0 - 3.22.0 + 3.22.3 3.11.4 ${hadoop.version} 3.6.3 diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index d8a6972bae1b9..25f5ea4fa853a 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.22.0" + val protoVersion = "3.22.3" // GRPC version used for Spark Connect. val gprcVersion = "1.47.0" }