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 beea9c36725e [SPARK-50172][BUILD] Upgrade scala-maven-plugin to 4.9.2
beea9c36725e is described below
commit beea9c36725e7aa8f17f952da70e1d25013dc336
Author: yangjie01 <[email protected]>
AuthorDate: Wed Oct 30 23:10:11 2024 -0700
[SPARK-50172][BUILD] Upgrade scala-maven-plugin to 4.9.2
### What changes were proposed in this pull request?
This pr aims to upgrade scala-maven-plugin from 4.9.1 to 4.9.2
### Why are the changes needed?
The complete diff list is as follows:
- https://github.com/davidB/scala-maven-plugin/compare/4.9.1...4.9.2
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
- Pass Github Actions
- Pass Maven tests: https://github.com/LuciferYang/spark/runs/32260101974
<img width="1033" alt="image"
src="https://github.com/user-attachments/assets/95baf8a7-4356-447c-be79-f8030cfd6081">
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #48704 from LuciferYang/scala-maven-plugin-4.9.2.
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 b7bcc9c7c8f0..42a8bfc84443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
<scala.version>2.13.15</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.1</scala-maven-plugin.version>
+ <scala-maven-plugin.version>4.9.2</scala-maven-plugin.version>
<maven.scaladoc.skip>false</maven.scaladoc.skip>
<versions-maven-plugin.version>2.16.2</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]