This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 26956365935d [SPARK-52501][BUILD] Upgrade scala-maven-plugin to 4.9.5
26956365935d is described below
commit 26956365935d1d5708cd153021729ed195cd34b5
Author: yangjie01 <[email protected]>
AuthorDate: Tue Jun 17 07:51:07 2025 -0700
[SPARK-52501][BUILD] Upgrade scala-maven-plugin to 4.9.5
### What changes were proposed in this pull request?
This pr aims to upgrade `scala-maven-plugin` from 4.9.2 to 4.9.5
### Why are the changes needed?
The full change as follows:
- https://github.com/davidB/scala-maven-plugin/compare/4.9.2...4.9.5
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass GitHub Actions
- Checked maven build locally
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #51194 from LuciferYang/scala-maven-plugin-4.9.5.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d021922a7674..e3868ca78b69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
<scala.version>2.13.16</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.2</scala-maven-plugin.version>
+ <scala-maven-plugin.version>4.9.5</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]