This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 928655beb9bf [SPARK-50677][BUILD] Upgrade jupiter-interface to 0.13.3 
and Junit5 to 5.11.4
928655beb9bf is described below

commit 928655beb9bfa8c4260b0bd855e4c4dfc0229a55
Author: yangjie01 <[email protected]>
AuthorDate: Fri Dec 27 10:39:28 2024 +0900

    [SPARK-50677][BUILD] Upgrade jupiter-interface to 0.13.3 and Junit5 to 
5.11.4
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade `jupiter-interface` from 0.13.1 to 0.13.3 and 
Junit5 to the latest version(Platform 1.11.4 + Jupiter 5.11.4).
    
    ### Why are the changes needed?
    The new version of `jupiter-interface` brings two fixes:
    
    - https://github.com/sbt/sbt-jupiter-interface/pull/126
    - https://github.com/sbt/sbt-jupiter-interface/pull/128
    
    The full release notes of `jupiter-interface` as follows:
    
    - https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.3
    
    and the full release notes between Junit 5.11.3 to 5.11.4 as follows:
    
    - https://junit.org/junit5/docs/5.11.4/release-notes/#release-notes-5.11.4
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #49301 from LuciferYang/SPARK-50677.
    
    Authored-by: yangjie01 <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 pom.xml                  | 6 +++---
 project/SparkBuild.scala | 2 +-
 project/plugins.sbt      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index bfbfdeebd1eb..b6f0f317c43c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,13 +217,13 @@
     <netty.version>4.1.115.Final</netty.version>
     <netty-tcnative.version>2.0.69.Final</netty-tcnative.version>
     <icu4j.version>76.1</icu4j.version>
-    <junit-jupiter.version>5.11.3</junit-jupiter.version>
-    <junit-platform.version>1.11.3</junit-platform.version>
+    <junit-jupiter.version>5.11.4</junit-jupiter.version>
+    <junit-platform.version>1.11.4</junit-platform.version>
     <!--
       SPARK-50299: When updating `sbt-jupiter-interface.version`,
       also need to update the version in `SparkBuild.scala` and `plugins.sbt`.
     -->
-    <sbt-jupiter-interface.version>0.13.1</sbt-jupiter-interface.version>
+    <sbt-jupiter-interface.version>0.13.3</sbt-jupiter-interface.version>
     <!--
     If you are changing Arrow version specification, please check
     ./python/pyspark/sql/pandas/utils.py, ./python/packaging/classic/setup.py
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index 91eb0aa1612d..d9bf604b46c7 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -1724,7 +1724,7 @@ object TestSettings {
     (Test / testOptions) += Tests.Argument(TestFrameworks.ScalaTest, "-W", 
"120", "300"),
     (Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
     // Enable Junit testing.
-    libraryDependencies += "com.github.sbt.junit" % "jupiter-interface" % 
"0.13.1" % "test",
+    libraryDependencies += "com.github.sbt.junit" % "jupiter-interface" % 
"0.13.3" % "test",
     // `parallelExecutionInTest` controls whether test suites belonging to the 
same SBT project
     // can run in parallel with one another. It does NOT control whether tests 
execute in parallel
     // within the same JVM (which is controlled by `testForkedParallel`) or 
whether test cases
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 2f5fcf79740b..4e1c282dcf31 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -44,6 +44,6 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
 
 addSbtPlugin("com.github.sbt" % "sbt-pom-reader" % "2.4.0")
 
-addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.1")
+addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.3")
 
 addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to