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

dongjoon 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 e151957  [SPARK-37703][BUILD] Upgrade SBT to 1.5.8
e151957 is described below

commit e1519572f9c43204257b9c1bb95a17fbcaab294d
Author: dch nguyen <[email protected]>
AuthorDate: Tue Dec 21 10:23:55 2021 -0800

    [SPARK-37703][BUILD] Upgrade SBT to 1.5.8
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade SBT to 1.5.8
    
    ### Why are the changes needed?
     SBT 1.5.8 was released, which includes a fix for CVE-2021-45105.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #34971 from dchvn/SPARK-37703.
    
    Authored-by: dch nguyen <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/appveyor-install-dependencies.ps1 | 2 +-
 project/build.properties              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/appveyor-install-dependencies.ps1 
b/dev/appveyor-install-dependencies.ps1
index cc16c9d..c076259 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -97,7 +97,7 @@ if (!(Test-Path $tools)) {
 # ========================== SBT
 Push-Location $tools
 
-$sbtVer = "1.5.7"
+$sbtVer = "1.5.8"
 Start-FileDownload 
"https://github.com/sbt/sbt/releases/download/v$sbtVer/sbt-$sbtVer.zip"; 
"sbt.zip"
 
 # extract
diff --git a/project/build.properties b/project/build.properties
index 46b966a..7558d61 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
 # limitations under the License.
 #
 # Please update the version in appveyor-install-dependencies.ps1 together.
-sbt.version=1.5.7
+sbt.version=1.5.8

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

Reply via email to