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 119da4e [SPARK-37615][BUILD] Upgrade SBT to 1.5.6
119da4e is described below
commit 119da4e6185f234cce00ccfd1b27c6d28e9b249a
Author: William Hyun <[email protected]>
AuthorDate: Sat Dec 11 21:17:17 2021 -0800
[SPARK-37615][BUILD] Upgrade SBT to 1.5.6
### What changes were proposed in this pull request?
This PR aims to upgrade SBT to 1.5.6.
### Why are the changes needed?
- https://github.com/sbt/sbt/releases/tag/v1.5.6
SBT 1.5.6 updates log4j 2 to 2.15.0, which fixes remote code execution
vulnerability (CVE-2021-44228)
### Does this PR introduce _any_ user-facing change?
No. This only affects build servers.
### How was this patch tested?
Pass the CIs.
Closes #34869 from williamhyun/sbt156.
Authored-by: William Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
project/build.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/build.properties b/project/build.properties
index 51bd4dd..e8c770f 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.5
+sbt.version=1.5.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]