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 972489a  [SPARK-37656][BUILD] Upgrade SBT to 1.5.7
972489a is described below

commit 972489a5708ee4ff89bd2e93aed80020cc2fb8d9
Author: Kousuke Saruta <[email protected]>
AuthorDate: Thu Dec 16 14:23:12 2021 +0900

    [SPARK-37656][BUILD] Upgrade SBT to 1.5.7
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades SBT to `1.5.7`.
    
    ### Why are the changes needed?
    
    SBT 1.5.7 was released a few hours ago, which includes a fix for 
CVE-2021-45046.
    Spark doesn't use Log4J 2.x for now, but it's to avoid potential 
vulnerability just in case.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    GA and AppVayor.
    
    Closes #34915 from sarutak/upgrade-sbt-1.5.7.
    
    Authored-by: Kousuke Saruta <[email protected]>
    Signed-off-by: Hyukjin Kwon <[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 5f239b2..cc16c9d 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.6"
+$sbtVer = "1.5.7"
 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 e8c770f..46b966a 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.6
+sbt.version=1.5.7

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

Reply via email to