From df8bae0689d93ece72a271ed8a3b0243ac77dca2 Mon Sep 17 00:00:00 2001 From: William Hyun Date: Sun, 18 Jul 2021 22:14:24 -0700 Subject: [PATCH] [SPARK-36199][BUILD] Bump scalatest-maven-plugin to 2.0.2 ### What changes were proposed in this pull request? This PR aims to upgrade scalatest-maven-plugin to version 2.0.2. ### Why are the changes needed? 2.0.2 supports build on JDK 11 officially. - https://github.com/scalatest/scalatest-maven-plugin/commit/f45ce192f313553efc29c201593950e38f419a80 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes #33408 from williamhyun/SMP. Authored-by: William Hyun Signed-off-by: Dongjoon Hyun --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59a03bc3af..1461f317d0 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ 3.2.2 2.12.14 2.12 - 2.0.0 + 2.0.2 --test true