This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 3d42605073db [SPARK-54612][BUILD] Upgrade `scala-maven-plugin` to 4.9.7
3d42605073db is described below
commit 3d42605073db4cbba4ff7e22fe6a91306a3bada8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Dec 6 11:00:46 2025 +0800
[SPARK-54612][BUILD] Upgrade `scala-maven-plugin` to 4.9.7
### What changes were proposed in this pull request?
This PR aims to upgrade `scala-maven-plugin` to 4.9.7.
### Why are the changes needed?
To bring the latest bug fixes.
- https://github.com/davidB/scala-maven-plugin/releases/tag/4.9.7
- https://github.com/davidB/scala-maven-plugin/releases/tag/4.9.6
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #53349 from dongjoon-hyun/SPARK-54612.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c2dc465a5124..532733d0256d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
<scala.version>2.13.17</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
- <scala-maven-plugin.version>4.9.5</scala-maven-plugin.version>
+ <scala-maven-plugin.version>4.9.7</scala-maven-plugin.version>
<maven.scaladoc.skip>false</maven.scaladoc.skip>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
<!-- for now, not running scalafmt as part of default verify pipeline -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]