Skip to content

Commit 2695636

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[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: - davidB/scala-maven-plugin@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]>
1 parent 8506404 commit 2695636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<scala.version>2.13.16</scala.version>
175175
<scala.binary.version>2.13</scala.binary.version>
176176
<scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
177-
<scala-maven-plugin.version>4.9.2</scala-maven-plugin.version>
177+
<scala-maven-plugin.version>4.9.5</scala-maven-plugin.version>
178178
<maven.scaladoc.skip>false</maven.scaladoc.skip>
179179
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
180180
<!-- for now, not running scalafmt as part of default verify pipeline -->

0 commit comments

Comments
 (0)