Skip to content

Commit

Permalink
[SPARK-42226][BUILD] Upgrade versions-maven-plugin to 2.14.2
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This pr aims upgrade `versions-maven-plugin` to 2.14.2

### Why are the changes needed?
New version bring some improvement like [Add a simple cache for ComparableVersions
](mojohaus/versions#870)
The full release notes as follows:
- https://github.com/mojohaus/versions/releases/tag/2.14.2

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?

- GA `Dependencies test` should work normally
- Manually check `./dev/test-dependencies.sh --replace-manifest`, run successful

Closes #39784 from LuciferYang/SPARK-42226.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
LuciferYang authored and dongjoon-hyun committed Jan 29, 2023
1 parent 2fa1d6b commit 5e9566a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -177,7 +177,7 @@
See: SPARK-36547, SPARK-38394.
-->
<scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
<versions-maven-plugin.version>2.14.1</versions-maven-plugin.version>
<versions-maven-plugin.version>2.14.2</versions-maven-plugin.version>
<!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip>
<scalafmt.validateOnly>true</scalafmt.validateOnly>
Expand Down

0 comments on commit 5e9566a

Please sign in to comment.