From 5e9566ad0d51d50f1e0f8b1f03a6a9c0d218e97b Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Sat, 28 Jan 2023 16:53:52 -0800 Subject: [PATCH] [SPARK-42226][BUILD] Upgrade `versions-maven-plugin` to 2.14.2 ### 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 ](https://github.com/mojohaus/versions/pull/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 Signed-off-by: Dongjoon Hyun --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d9eea0e21cf8..17423a0a176c9 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ See: SPARK-36547, SPARK-38394. --> 4.8.0 - 2.14.1 + 2.14.2 true true