Skip to content

Commit

Permalink
[SPARK-50172][BUILD] Upgrade scala-maven-plugin to 4.9.2
Browse files Browse the repository at this point in the history
### 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:
- davidB/scala-maven-plugin@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]>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Oct 31, 2024
1 parent a6c1920 commit beea9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit beea9c3

Please sign in to comment.