diff --git a/docs/building-spark.md b/docs/building-spark.md
index 0cae594af2e3e..28f7c2b1c0d10 100644
--- a/docs/building-spark.md
+++ b/docs/building-spark.md
@@ -27,7 +27,7 @@ license: |
## Apache Maven
The Maven-based build is the build of reference for Apache Spark.
-Building Spark using Maven requires Maven 3.9.15 and Java 17/21/25.
+Building Spark using Maven requires Maven 3.9.16 and Java 17/21/25.
Spark requires Scala 2.13; support for Scala 2.12 was removed in Spark 4.0.0.
### Setting up Maven's Memory Usage
diff --git a/pom.xml b/pom.xml
index 45e44241103c5..3fe55ae3761c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
17
17.0.11
${java.version}
- 3.9.15
+ 3.9.16
3.6.1
spark
9.9.1