Skip to content

Commit

Permalink
[SPARK-37703][BUILD] Upgrade SBT to 1.5.8
Browse files Browse the repository at this point in the history
### 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 apache#34971 from dchvn/SPARK-37703.

Authored-by: dch nguyen <dgd_contributor@viettel.com.vn>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dchvn authored and dongjoon-hyun committed Dec 21, 2021
1 parent 62cf4d4 commit e151957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/appveyor-install-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e151957

Please sign in to comment.